Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

fix validation error for empty analyzer #85

Merged

Conversation

aaron-prindle
Copy link
Collaborator

No description provided.

r2d4
r2d4 previously approved these changes Sep 12, 2017
cmd/root.go Outdated
@@ -121,10 +121,13 @@ func checkArgType(args []string) error {
}

func checkIfValidAnalyzer(flagtypes string) error {
if len(flagtypes) == 0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flagTypes == "" ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@aaron-prindle aaron-prindle merged commit f12a4d5 into GoogleContainerTools:master Sep 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants