We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0983e1b commit 2d7afb1Copy full SHA for 2d7afb1
.rubocop.yml
@@ -153,15 +153,8 @@ Style/FrozenStringLiteralComment:
153
Enabled: true
154
EnforcedStyle: always
155
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'
164
- '**/*.md'
+ - 'test/scenarios/**/*'
165
166
Style/MapToHash:
167
0 commit comments