-
Notifications
You must be signed in to change notification settings - Fork 76
/
.rubocop_todo.yml
40 lines (35 loc) · 1.19 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
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-11-15 16:42:18 UTC using RuboCop version 1.23.0.
# 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: 5
# Cop supports --auto-correct.
Style/ExplicitBlockArgument:
Exclude:
- 'lib/skylight.rb'
- 'lib/skylight/probes.rb'
- 'lib/skylight/probes/elasticsearch.rb'
- 'lib/skylight/test.rb'
- 'spec/support/messages/trace.rb'
# Offense count: 240
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Enabled: false
# Offense count: 7
Style/OpenStructUse:
Exclude:
- 'lib/skylight/cli/merger.rb'
- 'spec/unit/cli/merger_spec.rb'
- 'spec/unit/extensions/collection_spec.rb'
- 'spec/unit/extensions/source_location_spec.rb'
Style/CaseLikeIf:
Exclude:
- 'lib/tasks/workflow.rake'
Lint/ConstantDefinitionInBlock:
Exclude:
- 'spec/unit/custom_instrumentation_spec.rb'