diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-25 12:06:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-25 12:06:15 +0000 |
commit | aabf412bc1f30cb12d97a077458d002c57cad8e9 (patch) | |
tree | 1e06ef9d3a5b1b835be6cb75ef8c5a7e362ee3ed /.rubocop.yml | |
parent | 1cfd8874ee6702184d5608f533b30bab722b4f9d (diff) | |
download | gitlab-ce-aabf412bc1f30cb12d97a077458d002c57cad8e9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |