forked from puppetlabs/puppetlabs-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_todo.yml
49 lines (45 loc) · 1.6 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
45
46
47
48
49
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-04-17 12:22:29 UTC using RuboCop version 1.48.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: 11
# Configuration parameters: IgnoredMetadata.
RSpec/DescribeClass:
Exclude:
- '**/spec/features/**/*'
- '**/spec/requests/**/*'
- '**/spec/routing/**/*'
- '**/spec/system/**/*'
- '**/spec/views/**/*'
- 'spec/acceptance/install_spec.rb'
- 'spec/classes/java_spec.rb'
- 'spec/defines/adopt_spec.rb'
- 'spec/defines/adoptium_spec.rb'
- 'spec/defines/download_spec.rb'
- 'spec/defines/sap_spec.rb'
- 'spec/unit/facter/java_default_home_spec.rb'
- 'spec/unit/facter/java_libjvm_path_spec.rb'
- 'spec/unit/facter/java_major_version_spec.rb'
- 'spec/unit/facter/java_patch_level_spec.rb'
- 'spec/unit/facter/java_version_spec.rb'
# Offense count: 3
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Exclude:
- 'spec/classes/java_spec.rb'
- 'spec/defines/download_spec.rb'
# Offense count: 12
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
RSpec/NoExpectationExample:
Exclude:
- 'spec/acceptance/install_spec.rb'
- 'spec/unit/facter/java_default_home_spec.rb'
# Offense count: 1
Style/MixinUsage:
Exclude:
- 'spec/spec_helper.rb'