Skip to content

Commit 92ba505

Browse files
authored
Merge pull request #8 from alexandear/chore-enable-lint-tests
Enable golangci-lint for tests
2 parents f60c4e8 + 9631ec7 commit 92ba505

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.golangci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
run:
2-
tests: false
3-
41
linters:
52
enable:
63
- errcheck
@@ -63,7 +60,6 @@ linters:
6360
- noctx
6461
- nolintlint
6562
- nosprintfhostport
66-
- paralleltest
6763
- perfsprint
6864
- prealloc
6965
- predeclared
@@ -82,7 +78,6 @@ linters:
8278
- testifylint
8379
- testpackage
8480
- thelper
85-
- tparallel
8681
- unconvert
8782
- unparam
8883
- usestdlibvars

internal/directive/directive_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,4 @@ func TestIgnore_ShouldIgnore(t *testing.T) {
149149
}
150150
})
151151
}
152-
153152
}

0 commit comments

Comments
 (0)