summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-06 16:25:16 +0200
committerGitHub <[email protected]>2022-10-06 16:25:16 +0200
commitbee07c00a8954945156ca3e3de9c032b530abd01 (patch)
tree927591d1a957afa7dad7916b1b17687ae04f137a /.golangci.yml
parentd847167c75b3e2cb197f4c2d0a32126dfe7fa0ae (diff)
parent190df49b48809241f10e9582c333e63afe350e18 (diff)
[#1312]: release: `v2.11.4`v2.11.4
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x.golangci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml
index d3dc54a1..aaa08667 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,7 +1,6 @@
# Documentation: <https://github.com/golangci/golangci-lint#config-file>
run:
- go: '1.17'
timeout: 1m
skip-dirs:
- .github
@@ -74,7 +73,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
- noctx # finds sending http request without context.Context
- nolintlint # Reports ill-formed or insufficient nolint directives
- prealloc # Finds slice declarations that could potentially be preallocated
- - rowserrcheck # Checks whether Err of rows is checked successfully
- staticcheck # Staticcheck is a go vet on steroids, applying a ton of static analysis checks
- stylecheck # Stylecheck is a replacement for golint
- tparallel # detects inappropriate usage of t.Parallel() method in your Go test codes