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,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