Skip to content

Commit

Permalink
Enable golangci-lint for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Nov 26, 2024
1 parent 1d6a7c8 commit 9631ec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
run:
tests: false

linters:
enable:
- errcheck
Expand Down Expand Up @@ -63,7 +60,6 @@ linters:
- noctx
- nolintlint
- nosprintfhostport
- paralleltest
- perfsprint
- prealloc
- predeclared
Expand All @@ -82,7 +78,6 @@ linters:
- testifylint
- testpackage
- thelper
- tparallel
- unconvert
- unparam
- usestdlibvars
Expand Down
1 change: 0 additions & 1 deletion internal/directive/directive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@ func TestIgnore_ShouldIgnore(t *testing.T) {
}
})
}

}

0 comments on commit 9631ec7

Please sign in to comment.