diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-06-21 08:31:12 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-06-21 08:31:12 +0000 |
commit | 4226873afbf3950b1e7ff0ed106822c16c10bc67 (patch) | |
tree | 3531aded0d07282d3e2fb8a227f7f7411ff39572 /rubocop/rubocop.rb | |
parent | 7c11ed8c916a10f6d9c32635986008b48410531f (diff) | |
parent | f3f1df1476ba7fe223e5d8d6707a7675dc9fa597 (diff) | |
download | gitlab-ce-4226873afbf3950b1e7ff0ed106822c16c10bc67.tar.gz |
Merge branch 'bvl-finder-methods-cop' into 'master'
Add a cop for `FinderMethods`
Closes #42705
See merge request gitlab-org/gitlab-ce!19951
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r-- | rubocop/rubocop.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb index f05990232ab..aa7ae601f75 100644 --- a/rubocop/rubocop.rb +++ b/rubocop/rubocop.rb @@ -2,6 +2,7 @@ require_relative 'cop/gitlab/module_with_instance_variables' require_relative 'cop/gitlab/predicate_memoization' require_relative 'cop/gitlab/httparty' +require_relative 'cop/gitlab/finder_with_find_by' require_relative 'cop/include_sidekiq_worker' require_relative 'cop/avoid_return_from_blocks' require_relative 'cop/avoid_break_from_strong_memoize' |