summaryrefslogtreecommitdiff
path: root/vendor/github.com/invopop/ctxi18n/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/invopop/ctxi18n/.golangci.yaml')
-rw-r--r--vendor/github.com/invopop/ctxi18n/.golangci.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/vendor/github.com/invopop/ctxi18n/.golangci.yaml b/vendor/github.com/invopop/ctxi18n/.golangci.yaml
deleted file mode 100644
index 1925251..0000000
--- a/vendor/github.com/invopop/ctxi18n/.golangci.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-run:
- timeout: "120s"
-
-output:
- formats:
- - format: "colored-line-number"
-
-linters:
- enable:
- - "gocyclo"
- - "unconvert"
- - "goimports"
- - "govet"
- #- "misspell" # doesn't handle multilanguage well
- - "nakedret"
- - "revive"
- - "goconst"
- - "unparam"
- - "gofmt"
- - "errname"
- - "zerologlint"
-
-linters-settings:
- staticcheck:
- # SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
- # Default: ["*"]
- checks: ["all"]
-
-issues:
- exclude-use-default: false