Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-20 07:26:44 +0300
committerEvan Read <eread@gitlab.com>2022-10-20 07:26:44 +0300
commit57dcecd43f28b3ecaf934422854ee99e67dd9ac9 (patch)
tree6aefac2a7d17afc31d53d220cd23ffbfaebcb60a /.rubocop.yml
parent170797ff300767509f858513d9a44b4183a01dac (diff)
Tidy up RuboCop violations in specs
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d6e1e318..f36b7165 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -18,6 +18,9 @@ Naming/FileName:
Rails/RakeEnvironment:
Enabled: false
+RSpec/FilePath:
+ SpecSuffixOnly: true
+
RSpec/MultipleMemoizedHelpers:
Enabled: false