Skip to content

Commit 63b07c9

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .rubocop.yml

+6
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ Style/CombinableLoops:
208208
Style/EmptyElse:
209209
Enabled: false
210210

211+
Style/DoubleNegation:
212+
Enabled: false
213+
214+
Style/MultilineBlockChain:
215+
Enabled: false
216+
211217
Lint/UnusedBlockArgument:
212218
Exclude:
213219
- "spec/**/*.rb"

0 commit comments

Comments
 (0)