We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6a7c8 commit 9631ec7Copy full SHA for 9631ec7
.golangci.yml
@@ -1,6 +1,3 @@
1
-run:
2
- tests: false
3
-
4
linters:
5
enable:
6
- errcheck
@@ -63,7 +60,6 @@ linters:
63
60
- noctx
64
61
- nolintlint
65
62
- nosprintfhostport
66
- - paralleltest
67
- perfsprint
68
- prealloc
69
- predeclared
@@ -82,7 +78,6 @@ linters:
82
78
- testifylint
83
79
- testpackage
84
80
- thelper
85
- - tparallel
86
81
- unconvert
87
- unparam
88
- usestdlibvars
internal/directive/directive_test.go
@@ -149,5 +149,4 @@ func TestIgnore_ShouldIgnore(t *testing.T) {
149
}
150
})
151
152
153
0 commit comments