diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-25 15:33:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-25 15:33:53 +0000 |
commit | 0898910b1061eef9a09bd2c8b77378dcd5eb6687 (patch) | |
tree | bf0adae92409663a810e95b53cd31a49420a46b6 /.rubocop.yml | |
parent | 0553e8375ced0da79df1432d1679a029b290a094 (diff) | |
download | redmine-0898910b1061eef9a09bd2c8b77378dcd5eb6687.tar.gz redmine-0898910b1061eef9a09bd2c8b77378dcd5eb6687.zip |
RuboCop: Disable Layout/SpaceInsideBlockBraces
git-svn-id: http://svn.redmine.org/redmine/trunk@18393 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 91af1ddf1..936c9ad96 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,9 @@ require: Layout/SpaceBeforeBlockBraces: Enabled: false +Layout/SpaceInsideBlockBraces: + Enabled: false + Layout/TrailingWhitespace: AllowInHeredoc: true |