Skip to content

Commit

Permalink
rubocop template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakis committed Aug 17, 2015
1 parent 955d19a commit 46e61a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ AllCops:
- 'spec/internal/**/*'
- 'curation_concerns-models/app/models/concerns/curation_concerns/generic_file/export.rb'

Lint/UnusedBlockArgument:
Exclude:
- 'lib/generators/curation_concerns/templates/curation_concerns_config.rb'

Metrics/LineLength:
Enabled: false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CurationConcerns.configure do |_config|
CurationConcerns.configure do |config|
end

0 comments on commit 46e61a6

Please sign in to comment.