summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7eac207f6..3e4891904 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -178,10 +178,6 @@ Lint/AmbiguousRegexpLiteral:
Lint/AssignmentInCondition:
Enabled: false
-Lint/BinaryOperatorWithIdenticalOperands:
- Exclude:
- - 'lib/redmine/helpers/calendar.rb'
-
# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
Lint/DuplicateBranch:
Exclude:
@@ -290,7 +286,6 @@ Naming/MemoizedInstanceVariableName:
- 'app/models/query.rb'
- 'app/models/role.rb'
- 'lib/redmine/field_format.rb'
- - 'lib/redmine/helpers/calendar.rb'
- 'lib/redmine/search.rb'
# Configuration parameters: EnforcedStyle, AllowedPatterns.