Skip to content

Commit 7772619

Browse files
committed
dev: enable revive linter
1 parent 6bc5d1c commit 7772619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ linters:
9191
- nakedret
9292
- noctx
9393
- nolintlint
94+
- revive
9495
- staticcheck
9596
- stylecheck
9697
- typecheck
@@ -112,7 +113,6 @@ linters:
112113
# - nestif
113114
# - prealloc
114115
# - testpackage
115-
# - revive
116116
# - wsl
117117

118118
issues:

0 commit comments

Comments
 (0)