Skip to content

Commit

Permalink
Fix ignore path for resolver.go (#63)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nicksnyder authored Oct 19, 2023
1 parent 882ed51 commit ec5a306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ issues:
- path: internal/constraints/lookups.go
linters:
- gochecknoglobals
- path: internal/evaluator/resolver.go
- path: resolver/resolver.go
linters:
# uses deprecated fields on protoimpl.ExtensionInfo but its the only way
- staticcheck

0 comments on commit ec5a306

Please sign in to comment.