Merge pull request #5422 from betagouv/dev

2020-07-28-01
This commit is contained in:
Keirua 2020-07-28 10:18:38 +02:00 committed by GitHub
commit 49600cc7d9
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