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

Commit 432df2e

Browse files
wardpenneywhmii
authored andcommitted
Configure hound
1 parent 33c76b9 commit 432df2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.hound.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ruby:
2+
enabled: true
3+
scss:
4+
config_file: .scss-lint.yml
5+
enabled: true

.scss-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ linters:
149149
max_depth: 2
150150

151151
SelectorFormat:
152-
enabled: false
152+
enabled: true
153153
convention: hyphenated_BEM
154154

155155
Shorthand:

0 commit comments

Comments
 (0)