Skip to content

Commit 92a64fb

Browse files
committed
add enable/disable list
1 parent 5384d2c commit 92a64fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.example.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,7 @@ linters:
16891689
- nlreturn
16901690
- noctx
16911691
- nolintlint
1692+
- nosnakecase
16921693
- nosprintfhostport
16931694
- paralleltest
16941695
- prealloc
@@ -1780,6 +1781,7 @@ linters:
17801781
- nlreturn
17811782
- noctx
17821783
- nolintlint
1784+
- nosnakecase
17831785
- nosprintfhostport
17841786
- paralleltest
17851787
- prealloc

0 commit comments

Comments
 (0)