Skip to content

Commit

Permalink
ci(lint): set max-warnings to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko committed Nov 1, 2019
1 parent 0614a20 commit f03d1d2
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 @@ -26,6 +26,6 @@ jobs:
- ~/.cache/yarn
# paths:
# - ~/.cache/yarn
- run: yarn lint --max-warnings 1
- run: yarn lint --max-warnings 0
- run: yarn build
- run: yarn semantic-release

0 comments on commit f03d1d2

Please sign in to comment.