-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathskeptic.yml
49 lines (49 loc) · 1.09 KB
/
skeptic.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
5:
lines_per_method: 7
line_length: 80
max_nesting_depth: 2
methods_per_class: 18
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
naming_conventions: true
max_method_arity: 4
6:
lines_per_method: 8
line_length: 85
max_nesting_depth: 2
methods_per_class: 8
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true
7:
lines_per_method: 6
line_length: 80
max_nesting_depth: 1
methods_per_class: 8
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: ''
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true
8:
lines_per_method: 6
line_length: 80
max_nesting_depth: 2
methods_per_class: 8
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: ''
naming_conventions: true
max_method_arity: 3
spaces_around_operators: true