vsokolov00 commented on a change in pull request #2656: URL: https://github.com/apache/camel-k/pull/2656#discussion_r714833719
########## File path: pkg/cmd/describe_platform.go ########## @@ -60,14 +60,14 @@ type describePlatformCommandOptions struct { *RootCmdOptions } -func (command *describePlatformCommandOptions) validate(args []string) error { +func (command *describePlatformCommandOptions) validate(_ *cobra.Command, args []string) error { Review comment: I wanted to add it for the consistency, other command have it written the same way so I wanted to be consistent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org