summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-03 00:08:02 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-03 00:08:02 +0000
commitdf1c54146f36e16becb4de7137074238ca496776 (patch)
tree3d84a297029ea539521ba24e246f6310964f72b5 /.rubocop.yml
parent545a050ba318f09890b6baf6934face7e958ea88 (diff)
downloadredmine-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.yml3
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