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:
-rw-r--r--.rubocop.yml3
-rw-r--r--Rules2
2 files changed, 3 insertions, 2 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
diff --git a/Rules b/Rules
index 977c5117..79508bc9 100644
--- a/Rules
+++ b/Rules
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-
TITLE_FILTER_REGEXP = /(#\s|#{BadgesFilter::BADGES_MARKDOWN_PATTERN})/.freeze
preprocess do