-
Notifications
You must be signed in to change notification settings - Fork 32
/
skeptic.yml
52 lines (52 loc) · 1.21 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
50
51
52
1:
lines_per_method: 5
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: 'fibonacci lucas'
naming_conventions: true
max_method_arity: 3
spaces_around_operators: true
2:
lines_per_method: 8
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: 4
spaces_around_operators: true
3:
lines_per_method: 8
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: false
4:
lines_per_method: 5
line_length: 80
max_nesting_depth: 1
methods_per_class: 6
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
naming_conventions: true
max_method_arity: 3
spaces_around_operators: true
english_words_for_names: 'upcase downcase'