Skip to content

Commit

Permalink
Merge pull request #336 from bastelfreak/fix_rubocop
Browse files Browse the repository at this point in the history
Disable rubocop for Gemfile/Rakefile
  • Loading branch information
bastelfreak authored Apr 15, 2017
2 parents 4cd88a6 + df06cbf commit 1bcc14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moduleroot/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ AllCops:
- .vendor/**/*
- pkg/**/*
- spec/fixtures/**/*
- Gemfile
- Rakefile
<%- if !@configs.nil? and @configs.has_key?('AllCops') and @configs['AllCops'].has_key?('Exclude') -%>
<%- @configs['AllCops']['Exclude'].each do |x| -%>
- <%= x %>
Expand Down

0 comments on commit 1bcc14a

Please sign in to comment.