Skip to content

Commit 51919fd

Browse files
authored
enable testifylint linter (#643)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent d9caa8e commit 51919fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
22
linters:
33
enable:
4+
- errcheck
45
- godot
6+
- gosimple
7+
- govet
8+
- ineffassign
59
- misspell
610
- revive
11+
- staticcheck
12+
- testifylint
13+
- unused
714

815
linter-settings:
916
godot:

0 commit comments

Comments
 (0)