Skip to content

Commit

Permalink
Check style for custom gemfiles
Browse files Browse the repository at this point in the history
Many open source gems define several gemfiles for CI tests against
different dependency combinations.  For example, Ribose's attr_masker:
https://github.com/riboseinc/attr_masker/tree/master/gemfiles

These files should be checked as well.
  • Loading branch information
skalee authored and abunashir committed Oct 20, 2017
1 parent 9ffe38e commit 28e3073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ AllCops:
Include:
- "**/*.rake"
- "**/Gemfile"
- "**/*.gemfile"
- "**/Rakefile"
Exclude:
- "vendor/**/*"
Expand Down

0 comments on commit 28e3073

Please sign in to comment.