Skip to content

Commit ec5a306

Browse files
authored
Fix ignore path for resolver.go (#63)
resolver.go was moved in #59 but this ignore path didn't get updated so lint started failing. This fixes that so lint is passing again.
1 parent 882ed51 commit ec5a306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ issues:
7878
- path: internal/constraints/lookups.go
7979
linters:
8080
- gochecknoglobals
81-
- path: internal/evaluator/resolver.go
81+
- path: resolver/resolver.go
8282
linters:
8383
# uses deprecated fields on protoimpl.ExtensionInfo but its the only way
8484
- staticcheck

0 commit comments

Comments
 (0)