summaryrefslogtreecommitdiff
path: root/haml_lint
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-06 12:11:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-06 12:11:40 +0000
commit0d1b0d5d03389eea2a4435eea47ec0a37cce9b26 (patch)
treef1e693f29ed5cdcebaf9424b1b98ffe12030ad13 /haml_lint
parentb02d831a00f9f87b95174806b4d04a800001dc38 (diff)
downloadgitlab-ce-0d1b0d5d03389eea2a4435eea47ec0a37cce9b26.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'haml_lint')
-rw-r--r--haml_lint/inline_javascript.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/haml_lint/inline_javascript.rb b/haml_lint/inline_javascript.rb
index da6af92e82b..c87d77d7a4b 100644
--- a/haml_lint/inline_javascript.rb
+++ b/haml_lint/inline_javascript.rb
@@ -1,9 +1,9 @@
# frozen_string_literal: true
unless Rails.env.production?
- require_dependency 'haml_lint/haml_visitor'
- require_dependency 'haml_lint/linter'
- require_dependency 'haml_lint/linter_registry'
+ require 'haml_lint/haml_visitor'
+ require 'haml_lint/linter'
+ require 'haml_lint/linter_registry'
module HamlLint
class Linter::InlineJavaScript < Linter