diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 06:44:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 06:44:31 +0000 |
commit | b94294f6b59b89bbd631139907439bf5799ccda1 (patch) | |
tree | e9fa18488f1f838c84d856675152bbce59697f35 /.rubocop_todo.yml | |
parent | 082f1eed51adb3fbfa31e9147c2b7bd60a4f0215 (diff) | |
download | redmine-b94294f6b59b89bbd631139907439bf5799ccda1.tar.gz redmine-b94294f6b59b89bbd631139907439bf5799ccda1.zip |
rubocop: set Layout/SpaceInsideBlockBraces parameters used more than others
git-svn-id: http://svn.redmine.org/redmine/trunk@18851 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8517c19ce..0d769fdfa 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -273,6 +273,13 @@ Layout/SpaceInsideArrayLiteralBrackets: - 'test/unit/search_test.rb' # Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. +# SupportedStyles: space, no_space +# SupportedStylesForEmptyBraces: space, no_space +Layout/SpaceInsideBlockBraces: + Enabled: false + +# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: space, no_space Layout/SpaceInsideParens: |