Skip to content

Commit 2f56945

Browse files
committed
Fixed golangci
1 parent 0c9dfb4 commit 2f56945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ issues:
7676
new-from-rev: dev
7777
fix: false
7878
exclude-dirs:
79-
- "*node_modules*"
80-
- "*template*"
79+
- ".*node_modules.*"
80+
- ".*template.*"
8181
exclude-rules:
8282
# Exclude some linters from running on tests files.
8383
- path: _test\.go

0 commit comments

Comments
 (0)