Skip to content

Commit aa3b3ad

Browse files
committed
Style/Semicolon
1 parent b3c848c commit aa3b3ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ Style/RedundantParentheses:
322322
Style/RescueStandardError:
323323
Enabled: false
324324

325+
Style/Semicolon:
326+
Enabled: false
327+
325328
# We haven't adopted the `fail` to signal exceptions vs `raise` for re-raises convention.
326329
Style/SignalException:
327330
Enabled: false

0 commit comments

Comments
 (0)