-
Notifications
You must be signed in to change notification settings - Fork 20
/
.hound.yml
54 lines (45 loc) · 1.26 KB
/
.hound.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# https://houndci.com/configuration
fail_on_violations: true
# https://github.com/bbatsov/rubocop
# ruby:
rubocop:
enabled: true # default true
config_file: .rubocop.yml
# https://github.com/causes/scss-lint
scss:
enabled: true # default true
config_file: .scss-lint.yml
exclude:
- '_site/**'
# https://github.com/sasstools/sass-lint
sass-lint:
enabled: true # default false
# https://raw.githubusercontent.com/sasstools/sass-lint/master/lib/config/sass-lint.yml
# config_file: .sass-lint.yml
# https://github.com/jshint/jshint
jshint:
enabled: false # default true
# https://jshint.com/docs/options/
# config_file: .jshintrc
# ignore_file: .javascript_ignore
# https://eslint.org/
eslint:
enabled: true # default false
# https://eslint.org/docs/rules/
config_file: .eslintrc.json
# https://www.coffeelint.org/
coffeescript:
enabled: false # default true
# config_file: coffeelint.json
# https://github.com/brigade/haml-lint
haml:
enabled: false # default true
config_file: .haml-lint.yml
# https://github.com/golang/lint
go:
enabled: false # default true
# https://github.com/realm/SwiftLint
swift:
enabled: false # default true
# https://raw.githubusercontent.com/houndci/swift/master/config/default.yml
config_file: .swiftlint.yml