summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-04-05 04:29:28 +0000
committerGo MAEDA <maeda@farend.jp>2020-04-05 04:29:28 +0000
commit314b5edb7a1e96497ece98af2ff758ff8b9113d0 (patch)
treef91b570a8f1ea55e8f7230d099b3b7ea78cfb744 /.rubocop.yml
parentaa4d0c6bda3f69ceb299fe62e8cee6c0f011e35c (diff)
downloadredmine-314b5edb7a1e96497ece98af2ff758ff8b9113d0.tar.gz
redmine-314b5edb7a1e96497ece98af2ff758ff8b9113d0.zip
RuboCop: Add "EnforcedStyle: sprintf" (#33126).
git-svn-id: http://svn.redmine.org/redmine/trunk@19643 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 73f1d18f0..4b63e0b5f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -83,6 +83,9 @@ Style/AsciiComments:
Style/EmptyElse:
EnforcedStyle: empty
+Style/FormatString:
+ EnforcedStyle: sprintf
+
Style/FormatStringToken:
Enabled: false