Skip to content

Commit 1fba305

Browse files
author
File Sync
committed
Update .rubocop.yml from dry-rb/template-gem
1 parent bf51c4a commit 1fba305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ Style/CaseEquality:
198198
- "lib/dry/types/**/*.rb"
199199
- "spec/**/*.rb"
200200

201+
Style/ExplicitBlockArgument:
202+
Exclude:
203+
- "lib/dry/types/**/*.rb"
204+
205+
Style/CombinableLoops:
206+
Enabled: false
207+
201208
Lint/UnusedBlockArgument:
202209
Exclude:
203210
- "spec/**/*.rb"

0 commit comments

Comments
 (0)