Skip to content

Commit 2d7afb1

Browse files
committed
style: update rubocop config to ignore test/scenarios
1 parent 0983e1b commit 2d7afb1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.rubocop.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,8 @@ Style/FrozenStringLiteralComment:
153153
Enabled: true
154154
EnforcedStyle: always
155155
Exclude:
156-
- 'actionview/test/**/*.builder'
157-
- 'actionview/test/**/*.ruby'
158-
- 'actionpack/test/**/*.builder'
159-
- 'actionpack/test/**/*.ruby'
160-
- 'activestorage/db/migrate/**/*.rb'
161-
- 'activestorage/db/update_migrate/**/*.rb'
162-
- 'actionmailbox/db/migrate/**/*.rb'
163-
- 'actiontext/db/migrate/**/*.rb'
164156
- '**/*.md'
157+
- 'test/scenarios/**/*'
165158

166159
Style/MapToHash:
167160
Enabled: true

0 commit comments

Comments
 (0)