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-05-12 07:35:16 +0300
committerEvan Read <eread@gitlab.com>2022-05-12 07:35:16 +0300
commit8b336ce6a44a73f91ce8dcabc7ac156afd0b0891 (patch)
treed9cc1db7711db1ad3a19f9bcef88f8f44e7ca95b /lib/checks
parent06d92290bd3d0df2f81fac129e89daf748796b96 (diff)
Fix Style/FrozenStringLiteralComment Rubocop offenseseread/fix-frozen-string-literal-comment-rubocop-offenses
Diffstat (limited to 'lib/checks')
-rw-r--r--lib/checks/anchors.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/checks/anchors.rb b/lib/checks/anchors.rb
index 3c775f4f..f7dc5d52 100644
--- a/lib/checks/anchors.rb
+++ b/lib/checks/anchors.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
Nanoc::Check.define(:internal_anchors) do
output_html_filenames.each do |file|
Gitlab::Docs::Page.new(file).links.each do |link|