Merge pull request #5421 from betagouv/fix-haml-linter
fix haml linter declaration
This commit is contained in:
commit
7301b202aa
1 changed files with 40 additions and 38 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue