summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-06-06 00:53:06 +0000
committerGo MAEDA <maeda@farend.jp>2024-06-06 00:53:06 +0000
commit8e7dce288ba59b8755fec7c7ff519f98d4005f4d (patch)
tree881e8615b5b5df8130f4309c8fb6a70f47c8fcec /.rubocop_todo.yml
parentf9eb77227a1eb5df9f265b18db0b7ab65cac4e77 (diff)
downloadredmine-8e7dce288ba59b8755fec7c7ff519f98d4005f4d.tar.gz
redmine-8e7dce288ba59b8755fec7c7ff519f98d4005f4d.zip
Disable RuboCop Style/NumericPredicate (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22861 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 51845adb2..5b4a02137 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1233,12 +1233,6 @@ Style/NumericLiteralPrefix:
Style/NumericLiterals:
MinDigits: 9
-# This cop supports unsafe autocorrection (--autocorrect-all).
-# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
-# SupportedStyles: predicate, comparison
-Style/NumericPredicate:
- Enabled: false
-
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter: