Skip to content

Commit 3842293

Browse files
author
Daisuke Maki
committed
fix config
1 parent f497a32 commit 3842293

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
run:
2-
31
linters-settings:
42
govet:
53
enable-all: true
@@ -92,7 +90,7 @@ issues:
9290
- forbidigo
9391
- path: /*_test.go
9492
text: "var-naming: "
95-
litners:
93+
linters:
9694
- revive
9795

9896
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.

0 commit comments

Comments
 (0)