summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-06-28 23:25:31 +0200
committerValery Piashchynski <[email protected]>2022-06-28 23:25:31 +0200
commit54bf821e6933f4f5a6cf3d2b33ffffcbbcf09dd3 (patch)
tree2c4c6fe32d9f5ccc976cf6f8af16e31aa695f5f1
parent7cc65df41fb2d31937b3a7b7bfb4b5ec4116f26b (diff)
ci: update golangci-lint config
Signed-off-by: Valery Piashchynski <[email protected]>
-rwxr-xr-x.golangci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 888f3478..171ab6ca 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -68,7 +68,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
- gosimple # Linter for Go source code that specializes in simplifying a code
- govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string
- ineffassign # Detects when assignments to existing variables are not used
- - lll # Reports long lines
- misspell # Finds commonly misspelled English words in comments
- nakedret # Finds naked returns in functions greater than a specified function length
- nestif # Reports deeply nested if statements