Skip to content

Commit

Permalink
ci: skip fix registration for linting (#15965)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Apr 27, 2023
1 parent 00b78fa commit a6ea094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
id: git_diff
with:
PATTERNS: |
simapp/**/*.go
**/*.go
simapp/go.mod
simapp/go.sum
- name: tests simapp
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ run:
sort-results: true
allow-parallel-runners: true
exclude-dir: testutil/testdata
skip-files:
- server/grpc/gogoreflection/fix_registration.go

linters:
disable-all: true
Expand Down

0 comments on commit a6ea094

Please sign in to comment.