diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 14:41:34 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 14:41:34 +0200 |
commit | 2bb0eecb206c4c3345dcf4771c5ce8d60d91bc7f (patch) | |
tree | d5a1a6e3fe10ae825faa60a1feeaf4731f8773a7 /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-2bb0eecb206c4c3345dcf4771c5ce8d60d91bc7f.tar.gz |
Enable Style/SpaceAfterMethodName rubocop coprubocop/enable-space-after-method-name-cop
See #17478
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2d8eb4077f3..b5a704f5334 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -541,7 +541,7 @@ Style/SpaceAfterComma: # Do not put a space between a method name and the opening parenthesis in a # method definition. Style/SpaceAfterMethodName: - Enabled: false + Enabled: true # Tracks redundant space after the ! operator. Style/SpaceAfterNot: |