Skip to content
Snippets Groups Projects
Commit 311fb58c authored by Gabriel Mazetto's avatar Gabriel Mazetto :spy_tone1:
Browse files

Require space around operators

parent 6aef2567
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -276,7 +276,7 @@ Style/IdenticalConditionalBranches:
Enabled: false
 
# Checks the indentation of the first line of the right-hand-side of a
# multi-line assignment.
# multi-line assignment.
Style/IndentAssignment:
Enabled: false
 
Loading
Loading
@@ -531,7 +531,7 @@ Style/SpaceAroundKeyword:
 
# Use a single space around operators.
Style/SpaceAroundOperators:
Enabled: false
Enabled: true
 
# Checks that the left block brace has or doesn't have space before it.
Style/SpaceBeforeBlockBraces:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment