File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ linters-settings:
10
10
- octalLiteral
11
11
gocyclo :
12
12
min-complexity : 15
13
- govet :
14
- shadow : true
15
- maligned :
16
- suggest-new : true
17
13
revive :
18
14
# see https://github.com/mgechev/revive#available-rules for details.
19
15
ignore-generated-header : true
@@ -47,14 +43,6 @@ linters-settings:
47
43
- name : unused-receiver
48
44
- name : unreachable-code
49
45
- 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
-
58
46
linters :
59
47
# please, do not use `enable-all`: it's deprecated and will be removed soon.
60
48
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
You can’t perform that action at this time.
0 commit comments