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,3 +1,4 @@
if defined?(HamlLint)
module HamlLint module HamlLint
class Linter::ApplicationNameLinter < Linter class Linter::ApplicationNameLinter < Linter
include LinterRegistry include LinterRegistry
@ -44,3 +45,4 @@ module HamlLint
end end
end end
end end
end