summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-11-25 22:15:50 +0100
committerValery Piashchynski <[email protected]>2022-11-25 22:15:50 +0100
commit606b80add7b9ccab6784f4b0aa17cddb2912601a (patch)
tree3a50d5f80a9b9b3f6d90cdf6c911b485db6093f0 /.golangci.yml
parentbb97ae875c0ce69fa2f2fc502d5ee0805fed1f3e (diff)
fix: fix linters warnings
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index aaa08667..aa2d665b 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -53,7 +53,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
- exportloopref # checks for pointers to enclosing loop variables
- funlen # Tool for detection of long functions
- gochecknoglobals # Checks that no globals are present in Go code
- - gochecknoinits # Checks that no init functions are present in Go code
- gocognit # Computes and checks the cognitive complexity of functions
- goconst # Finds repeated strings that could be replaced by a constant
- gocritic # The most opinionated Go source code linter