Skip to content

Commit ccb14c6

Browse files
authored
Merge pull request #159 from sue445/feature/remove_RedundantCopDisableDirective
Remove Lint/RedundantCopDisableDirective in .rubocop_todo.yml
2 parents 4594e3f + 4d84dad commit ccb14c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 2
10-
# This cop supports safe autocorrection (--autocorrect).
11-
Lint/RedundantCopDisableDirective:
12-
Exclude:
13-
- '_tools/ruby_h_to_go/spec/ruby_h_to_go/function_definition_spec.rb'
14-
- '_tools/ruby_h_to_go/spec/ruby_header_parser/util_spec.rb'
15-
169
# Offense count: 8
1710
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1811
Metrics/AbcSize:

0 commit comments

Comments
 (0)