Skip to content

Commit

Permalink
exclude cbor_gen files from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Dec 17, 2019
1 parent 0d05bda commit 9df1d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
name: Lint
command: |
$HOME/.local/bin/golangci-lint run -v \
--exclude cbor_gen.go \
--concurrency << parameters.concurrency >> << parameters.args >>
lint-changes:
<<: *lint
Expand Down

0 comments on commit 9df1d72

Please sign in to comment.