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,3 +1,4 @@
|
|||
if defined?(HamlLint)
|
||||
module HamlLint
|
||||
class Linter::ApplicationNameLinter < Linter
|
||||
include LinterRegistry
|
||||
|
@ -44,3 +45,4 @@ module HamlLint
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue