Revert "Update .rubocop_todo.yml"

This reverts commit 7bde618
This commit is contained in:
Artur Beljajev 2017-09-04 10:58:22 +03:00
parent 7147144894
commit 1bc9d1dbde

View file

@ -776,7 +776,7 @@ Style/CommentAnnotation:
- 'app/models/contact.rb' - 'app/models/contact.rb'
- 'app/views/epp/domains/info.xml.builder' - 'app/views/epp/domains/info.xml.builder'
# Offense count: 20 # Offense count: 12
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly, IncludeTernaryExpressions. # Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition # SupportedStyles: assign_to_condition, assign_inside_condition
@ -793,13 +793,6 @@ Style/ConditionalAssignment:
- 'lib/tasks/import.rake' - 'lib/tasks/import.rake'
- 'app/api/repp/domain_v1.rb' - 'app/api/repp/domain_v1.rb'
- 'app/controllers/admin/domains_controller.rb' - 'app/controllers/admin/domains_controller.rb'
- 'app/models/depp/domain.rb'
- 'app/models/soap/arireg.rb'
- 'app/models/contact.rb'
- 'app/controllers/registrar/contacts_controller.rb'
- 'app/controllers/registrar/domains_controller.rb'
- 'app/controllers/admin/account_activities_controller.rb'
- 'app/controllers/admin/domain_versions_controller.rb'
# Offense count: 472 # Offense count: 472
Style/Documentation: Style/Documentation:
@ -1098,14 +1091,12 @@ Style/Proc:
- 'app/models/billing/price.rb' - 'app/models/billing/price.rb'
- 'app/models/contact.rb' - 'app/models/contact.rb'
# Offense count: 5 # Offense count: 1
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: SupportedStyles. # Configuration parameters: SupportedStyles.
# SupportedStyles: compact, exploded # SupportedStyles: compact, exploded
Style/RaiseArgs: Style/RaiseArgs:
EnforcedStyle: compact EnforcedStyle: compact
Exclude:
- 'app/models/soap/arireg.rb'
# Offense count: 2 # Offense count: 2
# Cop supports --auto-correct. # Cop supports --auto-correct.