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>2021-10-26 21:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-26 21:09:19 +0300
commit67049ac7aa4accb5a964975291ce5890e65c3110 (patch)
treedf8e1d34e5facf7892afed250de4bb2b9dbcd689 /lib/gitlab/template_parser
parent5169b4a63b1e592e159b5451f81bc3c11602275f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/template_parser')
-rw-r--r--lib/gitlab/template_parser/ast.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/template_parser/ast.rb b/lib/gitlab/template_parser/ast.rb
index 89318ee0d68..c6a5f66c377 100644
--- a/lib/gitlab/template_parser/ast.rb
+++ b/lib/gitlab/template_parser/ast.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Naming/FileName
# frozen_string_literal: true
module Gitlab
@@ -155,3 +156,5 @@ module Gitlab
end
end
end
+
+# rubocop:enable Naming/FileName