summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-01 03:18:39 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-01 03:18:39 +0000
commitcd7a5c2f2f48c4b75822041c1d4652fa0ab0f155 (patch)
treeda2af198c000a9ca4077f9a06ebb5aa918295dba /.rubocop.yml
parent0e9dc0a63aaa95fc5732ed6b36539c158d6d2463 (diff)
downloadredmine-cd7a5c2f2f48c4b75822041c1d4652fa0ab0f155.tar.gz
redmine-cd7a5c2f2f48c4b75822041c1d4652fa0ab0f155.zip
Update RuboCop to 0.75.0 (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18576 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 0211aa761..0da6b1ce7 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -57,6 +57,9 @@ Rails/BulkChangeTable:
Rails/HelperInstanceVariable:
Enabled: false
+Style/FormatStringToken:
+ Enabled: false
+
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always