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>2020-11-23 05:10:20 +0300
committerEvan Read <eread@gitlab.com>2020-11-23 05:10:20 +0300
commit153b3263ffc39aff63984f504ad57c3686ed79d1 (patch)
treed8ad589a1a7c5c6ca3553a48a9920fc34da53d34 /.rubocop.yml
parentfe2f18a9bc11b527e297659636ee2893ecfb3a6c (diff)
Remove unnecessary shebang
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 36fcaae4..01d8fb19 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,6 +8,9 @@ CodeReuse/ActiveRecord:
Layout/LineLength:
Enabled: false
+Naming/FileName:
+ Enabled: false
+
Rails/RakeEnvironment:
Enabled: false