.rubocop_todo.yml in foreman-tasks-5.1.1 vs .rubocop_todo.yml in foreman-tasks-5.2.0
- old
+ new
@@ -9,11 +9,10 @@
# Offense count: 2
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- - 'foreman-tasks-core.gemspec'
- 'foreman-tasks.gemspec'
# Offense count: 1
Lint/UselessAssignment:
Exclude:
@@ -35,10 +34,9 @@
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
Naming/MemoizedInstanceVariableName:
Exclude:
- 'app/controllers/foreman_tasks/recurring_logics_controller.rb'
- 'app/lib/actions/recurring_action.rb'
- - 'lib/foreman_tasks_core/otp_manager.rb'
# Offense count: 11
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName: