Skip to content

Commit 750be12

Browse files
committed
Lint/DuplicateMethods
1 parent ebe40d1 commit 750be12

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
@@ -91,6 +91,10 @@ Lint/AmbiguousRegexpLiteral:
9191
Lint/AssignmentInCondition:
9292
Enabled: false
9393

94+
Lint/DuplicateMethods:
95+
Exclude:
96+
- 'example_app_generator/no_active_record/app/models/in_memory/model.rb'
97+
9498
Lint/NonDeterministicRequireOrder:
9599
Exclude:
96100
- 'spec/spec_helper.rb'

0 commit comments

Comments
 (0)