Skip to content

Commit

Permalink
fix to disable staticcheck for /bitbucket/openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Oct 2, 2020
1 parent 1d10d83 commit fed19cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runner:
- "%f:%l:%c:%m"
level: warning
staticcheck:
cmd: staticcheck $(go list ./... | grep -v /vendor/ | grep -v /bitbucket/openapi/)
cmd: staticcheck $(go list ./... | grep -v /vendor/ | grep -v /bitbucket/openapi)
errorformat:
- "%f:%l:%c: %m"
misspell:
Expand Down

0 comments on commit fed19cd

Please sign in to comment.