We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c5957 commit 4840c93Copy full SHA for 4840c93
reviewdog.yml
@@ -1,3 +1,3 @@
1
runner:
2
golint:
3
- cmd: golint $(go list ./... | grep -v /vendor/)
+ cmd: golint $(go list ./... | grep -v /vendor/) | grep -v "don't use an underscore in package name"
0 commit comments