forked from fmi/ruby-retrospective-2015-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skeptic.yml
51 lines (51 loc) · 1.27 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
1:
lines_per_method: 5
line_length: 80
max_nesting_depth: 1
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'bgn usd eur gbp leva dollars euro pounds'
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true
2:
lines_per_method: 5
line_length: 80
max_nesting_depth: 1
methods_per_class: 10
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'xs ys'
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true
3:
lines_per_method: 15
line_length: 100
max_nesting_depth: 2
methods_per_class: 10
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'fibonacci'
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true
4:
lines_per_method: 6
line_length: 80
max_nesting_depth: 2
methods_per_class: 16
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'WarDeck BeloteDeck SyxtySixDeck belote tierce quarte carre'
naming_conventions: true
max_method_arity: 4
spaces_around_operators: true