diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-03 00:08:02 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-03 00:08:02 +0000 |
commit | df1c54146f36e16becb4de7137074238ca496776 (patch) | |
tree | 3d84a297029ea539521ba24e246f6310964f72b5 /.rubocop.yml | |
parent | 545a050ba318f09890b6baf6934face7e958ea88 (diff) | |
download | redmine-df1c54146f36e16becb4de7137074238ca496776.tar.gz redmine-df1c54146f36e16becb4de7137074238ca496776.zip |
RuboCop: Disable Layout/SpaceInsideHashLiteralBraces
git-svn-id: http://svn.redmine.org/redmine/trunk@18583 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 0da6b1ce7..90e8bcef0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,6 +28,9 @@ Layout/SpaceBeforeBlockBraces: Layout/SpaceInsideBlockBraces: Enabled: false +Layout/SpaceInsideHashLiteralBraces: + Enabled: false + Layout/TrailingWhitespace: AllowInHeredoc: true |