Skip to content

Commit

Permalink
Fixed golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Jun 5, 2024
1 parent 1a80a5d commit 0c9dfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ issues:
new-from-rev: dev
fix: false
exclude-dirs:
- node_modules
- template
- "*node_modules*"
- "*template*"
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
Expand Down

0 comments on commit 0c9dfb4

Please sign in to comment.