summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-07-22 08:17:27 +0000
committerGo MAEDA <maeda@farend.jp>2024-07-22 08:17:27 +0000
commitacd1e2def892154dddf5c5c1563453bff1fdd188 (patch)
tree196c44fb277dc5cc69977f8e990c30ccc9be6726 /.rubocop.yml
parent789a5cd3774588b637a18ea27bb3bd199f472ae1 (diff)
downloadredmine-acd1e2def892154dddf5c5c1563453bff1fdd188.tar.gz
redmine-acd1e2def892154dddf5c5c1563453bff1fdd188.zip
Disable RuboCop Style/FormatString (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22943 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1ee9ce059..2a4ea50bb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -209,7 +209,7 @@ Style/EmptyElse:
EnforcedStyle: empty
Style/FormatString:
- EnforcedStyle: sprintf
+ Enabled: false
Style/FormatStringToken:
Enabled: false