diff options
author | Peter Leitzen <pleitzen@gitlab.com> | 2019-09-02 18:05:33 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-09-02 18:05:33 +0000 |
commit | e0ce29ad06e31bf6d60a747d01396c410262ddcd (patch) | |
tree | 675789c2ec68d553df98237438604560265e396b /.rubocop_todo.yml | |
parent | d3076322f230cea1f60a7e27d7ae6e1fb770234a (diff) | |
download | gitlab-ce-e0ce29ad06e31bf6d60a747d01396c410262ddcd.tar.gz |
Provide filename and line number for `class_eval`
This commit removes one RuboCop offense from its todo file.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 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. |