Merge pull request #5421 from betagouv/fix-haml-linter

fix haml linter declaration
This commit is contained in:
Keirua 2020-07-28 09:52:56 +02:00 committed by GitHub
commit 7301b202aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
module HamlLint if defined?(HamlLint)
module HamlLint
class Linter::ApplicationNameLinter < Linter class Linter::ApplicationNameLinter < Linter
include LinterRegistry include LinterRegistry
@ -43,4 +44,5 @@ module HamlLint
document.source_lines[node.line - 1] document.source_lines[node.line - 1]
end end
end end
end
end end