Skip to content

Commit 592ba32

Browse files
committed
Fix lint path matching for windows
1 parent c256f51 commit 592ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ linters:
3333
- usestdlibvars
3434
issues:
3535
exclude-rules:
36-
- path: magefiles/
36+
- path: magefile\.go
3737
linters:
3838
- deadcode

0 commit comments

Comments
 (0)