Skip to content

Commit 4d95945

Browse files
committed
Add one class per file rubocop exclusion
Fix it some day I guess.
1 parent 7ecff7f commit 4d95945

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rails/.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ Style/OpenStructUse:
223223
Exclude:
224224
- "lib/settings.rb"
225225

226+
Style/OneClassPerFile:
227+
Exclude:
228+
- "test/test_helper.rb"
229+
226230
# Had this on for a while, but became tired of it.
227231
# Forces single quotes always for all non-interpolated strings.
228232
# (Could maybe exclude it for just bin/*, and Gemfile but whatever)

0 commit comments

Comments
 (0)