File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- [Default ]
1
+ [all ]
2
2
files = *.py, coalahtml/**/*.py, tests/*.py
3
3
4
- [js]
4
+ [all. js]
5
5
files = coalahtml/_coalahtml/app/**/*.js, tests/specs/**/*.js
6
6
bears = LineLengthBear, SpaceConsistencyBear, JSHintBear
7
7
jshint_config = ./.jshintrc
8
8
use_spaces = true
9
9
max_line_length = 90
10
10
11
- [css]
11
+ [all. css]
12
12
files = coalahtml/_coalahtml/app/styles/*.css
13
13
bears = LineLengthBear, SpaceConsistencyBear
14
14
use_spaces = true
15
15
16
- [html]
16
+ [all. html]
17
17
files = coalahtml/_coalahtml/index.html, coalahtml/_coalahtml/app/views/*.html
18
18
bears = LineLengthBear, SpaceConsistencyBear
19
19
use_spaces = true
20
20
max_line_length = 100
21
21
22
- [python]
22
+ [all. python]
23
23
# Patches may conflict with autopep8 so putting them in own section so they
24
24
# will be executed sequentially; also we need the LineLengthBear to double
25
25
# check the line length because PEP8Bear sometimes isn't able to correct the
@@ -28,20 +28,20 @@ bears = PyUnusedCodeBear
28
28
default_actions =
29
29
PyUnusedCodeBear: ApplyPatchAction
30
30
31
- [commit]
31
+ [all. commit]
32
32
bears = GitCommitBear
33
33
shortlog_trailing_period = false
34
34
shortlog_regex = ([^:]*|[^:]+: [A-Z].*)
35
35
36
- [autopep8]
36
+ [all. autopep8]
37
37
bears = PEP8Bear
38
38
default_actions = PEP8Bear: ApplyPatchAction
39
39
40
- [json]
40
+ [all. json]
41
41
bears = JSONFormatBear
42
42
files = data/*.json
43
43
default_actions = JSONFormatBear: ApplyPatchAction
44
44
45
- [yaml]
45
+ [all. yaml]
46
46
bears = YAMLLintBear
47
47
files = *.yml
You can’t perform that action at this time.
0 commit comments