Skip to content

Commit 9aed1c2

Browse files
authored
Merge pull request #4252 from samvera/removing-rubocop-exclusions
Cleaning up Rubocop exclusions
2 parents 3f85d39 + d0823c4 commit 9aed1c2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.rubocop.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ Metrics/BlockLength:
3232
- 'lib/tasks/*.rake'
3333
- 'spec/**/*.rb'
3434

35-
# Naming/FileName: # https://github.com/bbatsov/rubocop/issues/2973
36-
# Exclude:
37-
# - 'Gemfile'
38-
3935
Style/AsciiComments:
4036
Enabled: false
4137

@@ -58,10 +54,6 @@ Style/MethodMissing:
5854
Exclude:
5955
- 'app/models/concerns/hyrax/file_set/characterization.rb'
6056

61-
Style/NumericPredicate:
62-
Exclude:
63-
- 'app/controllers/hyrax/file_sets_controller.rb'
64-
6557
Style/SymbolArray:
6658
Enabled: false
6759

@@ -71,10 +63,6 @@ Style/ClassAndModuleChildren:
7163
Style/SingleLineBlockParams:
7264
Enabled: false
7365

74-
Style/ZeroLengthPredicate:
75-
Exclude:
76-
- 'app/controllers/hyrax/file_sets_controller.rb'
77-
7866
Rails/ApplicationJob:
7967
Enabled: false
8068

0 commit comments

Comments
 (0)