forked from mime-types/ruby-mime-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pullreview.yml
48 lines (48 loc) · 1.29 KB
/
.pullreview.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
---
languages:
- ruby
excludes:
- data
- docs
- type-lists
- .minitest.rb
- lib/mime-types.rb
rules:
documentation:
except:
- test/**
- support/**
style:
except:
- db/**
duplication:
except:
- test/**
complexity:
except:
- test/**
ignore:
- space_inside_square_brackets_detected
# - add_underscores_to_large_numeric
# - avoid_using_curly_braces_for_multi-line_blocks
# - don_t_use_parentheses_around_the_condition
# - extra_blank_line_detected
# - extra_blank_line_detected_at_body_end
# - extra_blank_line_detected_at_body_beginning
# - indent_when_as_deep_as_case
# - missing_class_documentation
# - missing_method_documentation
# - prefer_map_over_collect
# - prefer_reduce_over_inject
# - prefer_ruby_19_new_hash_syntax
# - prefer_ruby_19_new_lambda_syntax
# - prefer_single_quoted_strings
# - space_between_curly_brace_and_pipe_missing
# - space_inside_parentheses_detected
# - space_inside_opening_curly_brace_missing
# - space_inside_closing_curly_brace_missing
# - space_missing_inside_opening_curly_brace
# - space_missing_inside_closing_curly_brace
# - space_missing_after_hash_sign
# - surrounding_space_missing_for_opening_curly_brace
# - use_def_with_parentheses_when_there_are_arguments