diff options
Diffstat (limited to 'vendor/github.com/temoto/robotstxt/.golangci.yml')
-rw-r--r-- | vendor/github.com/temoto/robotstxt/.golangci.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/temoto/robotstxt/.golangci.yml b/vendor/github.com/temoto/robotstxt/.golangci.yml new file mode 100644 index 000000000..24e5858fa --- /dev/null +++ b/vendor/github.com/temoto/robotstxt/.golangci.yml @@ -0,0 +1,20 @@ +linters: + enable: + - goconst + - gofmt + - gosec + - maligned + - prealloc + - staticcheck + disable: + - deadcode + - structcheck + - varcheck + +linters-settings: + gofmt: + simplify: true + govet: + check-shadowing: true + maligned: + suggest-new: true |