Skip to content

Commit 7c066da

Browse files
committed
Style/CommentedKeyword
1 parent 75cd12b commit 7c066da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ Style/ClassAndModuleChildren:
199199
Style/ClassCheck:
200200
Enabled: false
201201

202+
Style/CommentedKeyword:
203+
Exclude:
204+
- 'spec/rspec/rails/example/view_example_group_spec.rb'
205+
202206
Style/ConditionalAssignment:
203207
Enabled: false
204208

0 commit comments

Comments
 (0)