From 01cfcea850b3d03cf28a1df8fda998456703a6ab Mon Sep 17 00:00:00 2001 From: Peter Leitzen Date: Tue, 27 Aug 2019 14:40:50 +0200 Subject: No need to ignore offenses for service model --- .rubocop_todo.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3898206e3b5..be147d72f71 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -570,11 +570,6 @@ Style/EmptyMethod: Style/Encoding: Enabled: false -# Offense count: 2 -Style/EvalWithLocation: - Exclude: - - 'app/models/service.rb' - # Offense count: 203 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. -- cgit v1.2.1