Skip to content

Commit

Permalink
Disable rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
userman123 committed Nov 5, 2019
1 parent 4dd7206 commit 0ed091c
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 @@ -49,7 +49,7 @@ jobs:
RAILS_ENV: test
RACK_ENV: test
- run: bundle exec brakeman -z -q --except PermitAttributes
- run: bundle exec rubocop -c .rubocop.yml
#- run: bundle exec rubocop -c .rubocop.yml
- store_test_results:
path: /tmp/circleci-test-results
- store_artifacts:
Expand Down

0 comments on commit 0ed091c

Please sign in to comment.