Sha256: 544e09f6dedd7788e1f0b33a78748a9ea1b9cbe866e97e7193be76eb04d90908
Contents?: true
Size: 831 Bytes
Versions: 13
Compression:
Stored size: 831 Bytes
Contents
# Check Title (`CheckClassName`) A brief paragraph explaining why the check exists. ## Check Details This check is aimed at eliminating ... :-1: Examples of **incorrect** code for this check: ```liquid ``` :+1: Examples of **correct** code for this check: ```liquid ``` ## Check Options The default configuration for this check is the following: ```yaml CheckClassName: enabled: true some_option: 10 ``` ### `some_option` The `some_option` option (Default: `10`) determines ... ## When Not To Use It If you don't want to ..., then it's safe to disable this rule. ## Version This check has been introduced in Theme Check X.X.X. ## Resources - [Rule Source][codesource] - [Documentation Source][docsource] [codesource]: /lib/theme_check/checks/check_class_name.rb [docsource]: /docs/checks/check_class_name.md
Version data entries
13 entries across 13 versions & 1 rubygems