summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-14 17:37:25 +0300
committerValery Piashchynski <[email protected]>2020-11-14 17:37:25 +0300
commit06cda58dd9e50928c5473425fefcd4b4be4598c2 (patch)
tree6f32832da6ec66754850d95aaa464ae5789de3a5 /.golangci.yml
parente45155e77e99e85e4ee9cd8863365bf6d599796e (diff)
Typo in go.mod
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x.golangci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml
index b2382ddb..38dd313b 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -9,7 +9,7 @@ linters:
- dogsled
# - dupl
- gochecknoinits
- - goconst
+ # - goconst
- gocritic
- gocyclo
- gofmt
@@ -31,7 +31,7 @@ linters:
# - stylecheck
- typecheck
- unconvert
- - unparam
+ # - unparam
# - unused
- varcheck
- whitespace