-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.reek.yml
More file actions
59 lines (59 loc) · 1.77 KB
/
.reek.yml
File metadata and controls
59 lines (59 loc) · 1.77 KB
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
53
54
55
56
57
58
59
# Auto generated by Reeks --todo flag
---
detectors:
Attribute:
exclude:
- Skunk::Command::StatusReporter#analysed_modules
FeatureEnvy:
exclude:
- Skunk::Command::StatusReporter#table
- Skunk::Generator::HtmlReport#create_directories_and_files
InstanceVariableAssumption:
exclude:
- Skunk::Cli::Options::Argv
- RubyCritic::AnalysedModulesCollection
IrresponsibleModule:
exclude:
- RubyCritic::AnalysedModulesCollection
NestedIterators:
exclude:
- Skunk::Cli::Options::Argv#parse
TooManyStatements:
exclude:
- initialize
- Skunk::Cli::Application#execute
- Skunk::Cli::Options::Argv#parse
- Skunk::Analysis#test_module?
- add_mock_methods_to_module
TooManyInstanceVariables:
exclude:
- Skunk::Generator::Html::FileData
- Skunk::Generator::Html::SkunkData
UtilityFunction:
exclude:
- capture_output_streams
- Skunk::Command::Compare#analyse_modified_files
- Skunk::Command::Compare#build_details_path
- Skunk::Command::Shareable#sharing?
- Skunk::Command::Shareable#share_enabled?
- Skunk::Command::StatusSharer#share_enabled?
- Skunk::Command::StatusSharer#share_url_empty?
- Skunk::Configuration#supported_format?
- Skunk::Configuration#supported_formats
- Skunk::Analysis#test_module?
- Skunk::ConfigTest#setup
ManualDispatch:
exclude:
- Skunk::Config#self.method_missing
- Skunk::Config#self.respond_to_missing?
BooleanParameter:
exclude:
- Skunk::Config#self.respond_to_missing?
DuplicateMethodCall:
exclude:
- Skunk::ConfigTest#test_add_format_ignores_duplicates
FeatureEnvy:
exclude:
- Skunk::Command::StatusReporter#table
- Skunk::Generator::HtmlReport#create_directories_and_files
- add_mock_methods_to_module