Skip to content

Commit aa830b8

Browse files
authored
fix: exclude modernize linter (#1487)
## Fixes Or Enhances The CI linter step currently fails in several areas because of `modernize` linter rules. This PR disables the `modernize` linter by removing it from the list of active linters. Connected to: #1486 **Make sure that you've checked the boxes below before you submit PR:** - [ ] Tests exist or have been written that cover this particular change. @go-playground/validator-maintainers
1 parent 6a38036 commit aa830b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ linters:
3232
- maintidx
3333
- misspell
3434
- mnd
35+
- modernize
3536
- nakedret
3637
- nestif
3738
- nilnil

0 commit comments

Comments
 (0)