diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 18:33:39 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | b3c514eed9d1914fbeb63a616f70b657054d0531 (patch) | |
tree | 98d7d3666b5361a6026b0646c919a76f316c3bd4 /.rubocop_todo.yml | |
parent | ccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86 (diff) | |
download | gitlab-ce-b3c514eed9d1914fbeb63a616f70b657054d0531.tar.gz |
Disable Rails/DynamicFindBy
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a7b89d3dba2..f24c74547e8 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain: Exclude: - 'spec/requests/api/internal_spec.rb' -# Offense count: 126 -# Cop supports --auto-correct. -# Configuration parameters: Whitelist. -# Whitelist: find_by_sql -Rails/DynamicFindBy: - Enabled: false - # Cop supports --auto-correct. # Configuration parameters: Include. # Include: app/models/**/*.rb |