fix haml linter declaration
This is necessary in order to boot delayed_job -_- Without this, it attempts to inherit a missing class
This commit is contained in:
parent
00e6ffe26c
commit
602d91f232
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…
Reference in a new issue