We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f087a commit 377aa74Copy full SHA for 377aa74
lib/overcommit/hook/pre_commit/slim_lint.rb
@@ -1,5 +1,5 @@
1
module Overcommit::Hook::PreCommit
2
- # Runs `slim-lint` against any modified HAML files.
+ # Runs `slim-lint` against any modified Slim templates.
3
class SlimLint < Base
4
MESSAGE_TYPE_CATEGORIZER = lambda do |type|
5
type.include?('W') ? :warning : :error
0 commit comments