Skip to content

Commit

Permalink
CI: Skip linter check of auto generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 30, 2023
1 parent 0d0b32f commit d05a138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ run:
tests: false
# # timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
skip-files:
- x/registration/internal/types/reg_keys.go # uses auto generated code
- x/registration/internal/types/ias_bin.*?.go # auto generated

linters:
disable-all: true
Expand Down

0 comments on commit d05a138

Please sign in to comment.