We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gofmt allows to specify -s option to also flag code that can be simplified. It would be nice to be able to use it via .codeclimate.yml.
gofmt
-s
.codeclimate.yml
The text was updated successfully, but these errors were encountered:
@Kubuxu We'd happily review a PR for that!
Looks like the change would be to update the invoked command here based on the config content: https://github.com/codeclimate-community/codeclimate-gofmt/blob/master/codeclimate-gofmt.go#L29
Sorry, something went wrong.
chrishulton
No branches or pull requests
gofmt
allows to specify-s
option to also flag code that can be simplified. It would be nice to be able to use it via.codeclimate.yml
.The text was updated successfully, but these errors were encountered: