diff options
Diffstat (limited to 'vendor/github.com/spf13/afero/.golangci.yaml')
| -rw-r--r-- | vendor/github.com/spf13/afero/.golangci.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/afero/.golangci.yaml b/vendor/github.com/spf13/afero/.golangci.yaml new file mode 100644 index 000000000..806289a25 --- /dev/null +++ b/vendor/github.com/spf13/afero/.golangci.yaml @@ -0,0 +1,18 @@ +linters-settings: + gci: + sections: + - standard + - default + - prefix(github.com/spf13/afero) + +linters: + disable-all: true + enable: + - gci + - gofmt + - gofumpt + - staticcheck + +issues: + exclude-dirs: + - gcsfs/internal/stiface |
