Skip to content

Commit

Permalink
Merge pull request rpush#480 from rpush/ar/rubocop
Browse files Browse the repository at this point in the history
Add Rubocop to CI
  • Loading branch information
aried3r authored Feb 14, 2019
2 parents 9f7f44a + 1d71048 commit ed20cf4
Show file tree
Hide file tree
Showing 7 changed files with 631 additions and 51 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- gemfiles/vendor/bundle/**/* # This dir only shows up on Travis
- lib/generators/**/*
- vendor/bundle/**/*

LineLength:
Enabled: false
Expand Down
Loading

0 comments on commit ed20cf4

Please sign in to comment.