From aabf412bc1f30cb12d97a077458d002c57cad8e9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 25 Sep 2019 12:06:15 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 693ee0ae847..45464ca3318 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -218,6 +218,12 @@ ActiveRecordAssociationReload: - 'spec/**/*' - 'ee/spec/**/*' +Naming/PredicateName: + Enabled: true + Exclude: + - 'spec/**/*' + - 'ee/spec/**/*' + RSpec/FactoriesInMigrationSpecs: Enabled: true Include: -- cgit v1.2.3