Skip to content

Commit 2384268

Browse files
committed
Reword NameFormat message for hyphenated_lowercase
It was suggested that this message could be clearer. Change-Id: I32020f69487c6b9d425ad7150a0ae714ff652752 Reviewed-on: http://gerrit.causes.com/44295 Tested-by: jenkins <jenkins@brigade.com> Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
1 parent bf1ef9b commit 2384268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/scss_lint/linter/name_format.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def check_placeholder(node)
6060

6161
CONVENTIONS = {
6262
'hyphenated_lowercase' => {
63-
explanation: 'in lowercase with hyphens instead of underscores',
63+
explanation: 'in all lowercase letters with hyphens instead of underscores',
6464
validator: ->(name) { name !~ /[_A-Z]/ },
6565
},
6666
'BEM' => {

0 commit comments

Comments
 (0)