Skip to content

Commit

Permalink
Remove unnecessary rubocop exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 4, 2016
1 parent 9924078 commit 26ae8c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Expand Up @@ -68,11 +68,6 @@ Style/GlobalVars:
AllowedVariables:
- $in_travis

Style/LineEndConcatenation:
Exclude:
- 'spec/test_app_templates/lib/generators/**/*'
- 'lib/generators/**/*'

Style/SingleLineBlockParams:
Enabled: false

Expand Down
15 changes: 0 additions & 15 deletions .rubocop_todo.yml
@@ -1,30 +1,15 @@
Lint/ImplicitStringConcatenation:
Exclude:
- 'lib/generators/sufia/**/*'

Metrics/CyclomaticComplexity:
Exclude:
- 'lib/sufia/arkivo/metadata_munger.rb'
- 'app/services/sufia/file_set_audit_service.rb'
- 'app/controllers/concerns/sufia/files_controller_behavior.rb'
- 'app/helpers/sufia/sufia_helper_behavior.rb'

Metrics/PerceivedComplexity:
Exclude:
- 'app/services/sufia/file_set_audit_service.rb'
- 'app/controllers/concerns/sufia/files_controller_behavior.rb'
- 'app/helpers/sufia/sufia_helper_behavior.rb'

Metrics/ClassLength:
Exclude:
- 'lib/generators/sufia/templates/catalog_controller.rb'
- 'lib/generators/sufia/install_generator.rb'
- 'app/actors/sufia/file_set/actor.rb'

Metrics/ModuleLength:
Exclude:
- 'app/controllers/concerns/sufia/users_controller_behavior.rb'
- 'app/controllers/concerns/sufia/files_controller_behavior.rb'
- 'app/helpers/sufia/sufia_helper_behavior.rb'

Style/HashSyntax:
Expand Down

0 comments on commit 26ae8c6

Please sign in to comment.