Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit 55c196b

Browse files
committed
Change default severity of ValidSchema to :error
1 parent 67fac43 commit 55c196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/theme_check/checks/valid_schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
module ThemeCheck
33
class ValidSchema < LiquidCheck
4-
severity :suggestion
4+
severity :error
55
category :json
66
doc docs_url(__FILE__)
77

0 commit comments

Comments
 (0)