Skip to content

Commit 2a2fe64

Browse files
committed
Update .golangci.yml
1 parent af19ad3 commit 2a2fe64

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.golangci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ linters-settings:
1010
- octalLiteral
1111
gocyclo:
1212
min-complexity: 15
13-
govet:
14-
shadow: true
15-
maligned:
16-
suggest-new: true
1713
revive:
1814
# see https://github.com/mgechev/revive#available-rules for details.
1915
ignore-generated-header: true
@@ -47,14 +43,6 @@ linters-settings:
4743
- name: unused-receiver
4844
- name: unreachable-code
4945
- name: redefines-builtin-id
50-
tagliatelle:
51-
# check the struck tag name case
52-
case:
53-
use-field-name: true
54-
rules:
55-
json: camel
56-
yaml: camel
57-
5846
linters:
5947
# please, do not use `enable-all`: it's deprecated and will be removed soon.
6048
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint

0 commit comments

Comments
 (0)