-
Notifications
You must be signed in to change notification settings - Fork 5
Create application command #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| staticcheck: | ||
| # https://staticcheck.io/docs/options#checks | ||
| checks: [ "all","-SA1019","-SA1029" ] | ||
| gosec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
G407 is not supported anymore so it can't be excluded. Also, exclude-test-files is not supported (and probably not wanted in the first place).
| return nil, errorutils.CheckErrorf("--%s is mandatory", commands.ProjectFlag) | ||
| } | ||
|
|
||
| businessCriticality := ctx.GetStringFlagValue(commands.BusinessCriticalityFlag) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider extracting to util function, as it is the same exact usage for maturityLevel

mainbranch.go vet ./....go fmt ./....Added a new command for creating a new application.