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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 21:08:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 21:08:40 +0300
commit3c6cad91a1a9d8732e8cb998f83d32dc19373b7b (patch)
tree1fca87ffaa7d72b66529a00b1126e796b4e4cb32 /.rubocop.yml
parent1ab98e892c57b409d5ac3d643fdebc93de5a08dc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index e0a2f736000..5aca299eedc 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -53,6 +53,15 @@ AllCops:
NewCops: disable
SuggestExtensions: false
+RSpec:
+ Language:
+ Includes:
+ Examples:
+ - run_permission_checks
+ - run_group_permission_checks
+ - it_should_email!
+ - it_should_not_email!
+
Metrics/ParameterLists:
Exclude:
# See https://gitlab.com/gitlab-org/gitlab/-/issues/356771