diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-02 18:45:28 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-02 18:45:28 -0800 |
commit | 8348e1a9b57b042e97f14d3b4f7682806902efa1 (patch) | |
tree | 4282071ba959c80638af17d4a5697727aa9a89c0 /.rubocop.yml | |
parent | 704d21f517f393b18c634f26ec58cc836cd0d6f4 (diff) | |
download | gitlab-ce-8348e1a9b57b042e97f14d3b4f7682806902efa1.tar.gz |
Enable ParenthesesAsGroupedExpression rule
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 a4b51008194..53ca2ca2191 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: >- |