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:
authorJoão Cunha <j.a.cunha@gmail.com>2019-05-14 19:47:44 +0300
committerJoão Cunha <j.a.cunha@gmail.com>2019-05-15 02:31:48 +0300
commiteb0b01a973d49159ac9ee0a38308d677eb857743 (patch)
treeb83fe6437cba54f119eeafe3d1746d1b84613af2
parent0c63ad850af1fe19eeae5778f984030d28617dda (diff)
Update .rubocop.yml for testing purposesAlexand-master-patch-42246
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index e5fe527e611..45d3360e76b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -161,7 +161,7 @@ Rails/ApplicationRecord:
- ee/lib/ee/gitlab/background_migration/**/*.rb
- ee/spec/**/*.rb
-# GitLab ###################################################################
+# GitLab ##################################################################
Gitlab/ModuleWithInstanceVariables:
Enable: true