commit
49600cc7d9
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…
Reference in a new issue