-
Notifications
You must be signed in to change notification settings - Fork 35
/
skeptic.yml
44 lines (44 loc) · 1.11 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
1:
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
2:
lines_per_method: 4
line_length: 80
max_nesting_depth: 1
methods_per_class: 9
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'todo'
naming_conventions: true
3:
lines_per_method: 5
line_length: 90
max_nesting_depth: 2
methods_per_class: 11
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'rasterize rasterization renderer renderers html ascii eql bresenham vertices'
naming_conventions: true
4:
lines_per_method: 5
line_length: 80
max_nesting_depth: 2
methods_per_class: 7
no_semicolons: true
no_trailing_whitespace: true
check_syntax: true
no_global_variables: true
english_words_for_names: 'asm ax bx cx dx mov inc dec cmp jmp je jne jl jle jg jge evaluator'
naming_conventions: true