diff options
author | Go MAEDA <maeda@farend.jp> | 2024-07-22 08:17:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-07-22 08:17:27 +0000 |
commit | acd1e2def892154dddf5c5c1563453bff1fdd188 (patch) | |
tree | 196c44fb277dc5cc69977f8e990c30ccc9be6726 /.rubocop.yml | |
parent | 789a5cd3774588b637a18ea27bb3bd199f472ae1 (diff) | |
download | redmine-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.yml | 2 |
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 |