diff options
author | Valery Piashchynski <[email protected]> | 2022-10-06 16:01:05 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-06 16:01:05 +0200 |
commit | db29544ec6ce55640b5df3121db10fcc5853e368 (patch) | |
tree | 91493290a5ee8ccd037702c272030e9d803d5c84 /.golangci.yml | |
parent | d847167c75b3e2cb197f4c2d0a32126dfe7fa0ae (diff) |
release v2.11.4
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x | .golangci.yml | 2 |
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 |