Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #346 from victor-schumacher/fix/linter
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
sandokandias authored Aug 4, 2020
2 parents 72f8483 + 3f36bd7 commit dae92e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- run:
name: lint
command: |
/go/bin/golangci-lint run --no-config --issues-exit-code=0 --deadline=10m -v
/go/bin/golangci-lint run --no-config --issues-exit-code=1 --deadline=10m -v
horus:
executor: horus-executor
environment:
Expand Down

0 comments on commit dae92e1

Please sign in to comment.