From 9f8b99a3481485097ca9c48c17cbbf889d76c841 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 4 Sep 2017 09:44:35 +0300 Subject: [PATCH] Update .rubocop_todo.yml #569 --- .rubocop_todo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a84aa0c81..687d92d6e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -776,7 +776,7 @@ Style/CommentAnnotation: - 'app/models/contact.rb' - 'app/views/epp/domains/info.xml.builder' -# Offense count: 9 +# Offense count: 12 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, SingleLineConditionsOnly, IncludeTernaryExpressions. # SupportedStyles: assign_to_condition, assign_inside_condition @@ -790,6 +790,9 @@ Style/ConditionalAssignment: - 'app/models/epp/domain.rb' - 'app/models/invoice.rb' - 'app/models/legal_document.rb' + - 'lib/tasks/import.rake' + - 'app/api/repp/domain_v1.rb' + - 'app/controllers/admin/domains_controller.rb' # Offense count: 472 Style/Documentation: