Skip to content

Commit

Permalink
Merge pull request #7 from safesoftware/task/post-1.23-updates
Browse files Browse the repository at this point in the history
Update config after applying 1.23 changes to Cloud
  • Loading branch information
mmawhinney authored May 27, 2022
2 parents ca4dbc0 + cee1549 commit 027a188
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rubocop_base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ Lint/DuplicateRequire: # (new in 0.90)
Lint/DuplicateRescueException: # (new in 0.89)
Enabled: true
Lint/EmptyBlock: # new in 1.1
Enabled: true
Enabled: true
Lint/EmptyClass: # new in 1.3
Enabled: true
Enabled: true
AllowComments: true
Lint/EmptyConditionalBody: # (new in 0.89)
Enabled: true
Lint/EmptyFile: # (new in 0.90)
Expand Down Expand Up @@ -259,3 +260,6 @@ Style/SymbolProc:
- after_transition
- before_transition
- around_transition
Style/TernaryParentheses:
Enabled: true
EnforcedStyle: require_parentheses_when_complex

0 comments on commit 027a188

Please sign in to comment.