summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-02 18:44:28 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-02 18:44:28 -0800
commitb93ea982d41e82b247c3e89cec1622dbb517cfdb (patch)
tree4f377ff24d4ba3549206c39e35f38bce9fa4896b /.rubocop.yml
parent76524ecf621048dce84465df57785749b0a53968 (diff)
downloadgitlab-shell-b93ea982d41e82b247c3e89cec1622dbb517cfdb.tar.gz
Enable rubocop rule
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 7864385..ef9bca4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -877,7 +877,7 @@ Lint/ParenthesesAsGroupedExpression:
Checks for method calls with a space before the opening
parenthesis.
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#parens-no-spaces'
- Enabled: false
+ Enabled: true
Lint/RequireParentheses:
Description: >-