diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-06 04:03:01 +0200 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-06 04:03:01 +0200 |
commit | c9aa19881cf719baaea1bbb9bb00f84145a99b8b (patch) | |
tree | 59a90d5ae7fd50a27bb3a389c721b3bc228b9cc1 /.rubocop.yml | |
parent | aa49c20e81210d8b397287eb1ec10a29bcd2f132 (diff) | |
download | gitlab-ce-c9aa19881cf719baaea1bbb9bb00f84145a99b8b.tar.gz |
Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefault
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 556a5d11a39..01976bfbe04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -373,6 +373,10 @@ Style/SpaceAfterNot: Style/SpaceAfterSemicolon: Enabled: true +# Use space around equals in parameter default +Style/SpaceAroundEqualsInParameterDefault: + Enabled: true + # Use a space around keywords if appropriate. Style/SpaceAroundKeyword: Enabled: true |