forked from puppetlabs/puppetlabs-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop_todo.yml
44 lines (39 loc) · 1.34 KB
/
.rubocop_todo.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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-11-18 11:06:43 +0000 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 55
Lint/UnderscorePrefixedVariableName:
Enabled: false
# Offense count: 38
Lint/UselessAssignment:
Exclude:
- 'spec/classes/networks_spec.rb'
- 'spec/defines/run_spec.rb'
- 'spec/helper/get_defaults.rb'
- 'spec/shared_examples/compose.rb'
- 'spec/shared_examples/image.rb'
- 'spec/shared_examples/machine.rb'
- 'spec/shared_examples/run.rb'
- 'spec/shared_examples/service.rb'
- 'spec/shared_examples/services.rb'
# Offense count: 6
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 7
# Offense count: 5
Style/IdenticalConditionalBranches:
Exclude:
- 'spec/helper/get_defaults.rb'
- 'spec/helper/get_values_init.rb'
# Offense count: 6
Style/IfInsideElse:
Exclude:
- 'lib/puppet/parser/functions/docker_service_flags.rb'
- 'spec/helper/get_docker_service_flags.rb'
- 'spec/shared_examples/image.rb'
- 'spec/shared_examples/install.rb'
- 'spec/shared_examples/service.rb'