11# This configuration was generated by
2- # `rubocop --auto-gen-config`
3- # on 2023-04-21 12:08:55 UTC using RuboCop version 1.50 .2.
2+ # `rubocop --auto-gen-config --no-auto-gen-timestamp `
3+ # using RuboCop version 1.79 .2.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
99# Offense count: 1
10- Lint/UselessAssignment :
10+ # This cop supports safe autocorrection (--autocorrect).
11+ Lint/RedundantCopDisableDirective :
1112 Exclude :
12- - ' lib /puppet-lint/plugins/check_strict_indent .rb'
13+ - ' spec /puppet-lint/plugins/check_strict_indent_spec .rb'
1314
14- # Offense count: 4
15+ # Offense count: 8
1516# Configuration parameters: ForbiddenDelimiters.
1617# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$))
1718Naming/HeredocDelimiterNaming :
1819 Exclude :
1920 - ' puppet-lint-strict_indent-check.gemspec'
2021 - ' spec/puppet-lint/plugins/check_strict_indent_spec.rb'
2122
22- # Offense count: 5
23+ # Offense count: 6
2324# Configuration parameters: MinSize.
2425Performance/CollectionLiteralInLoop :
2526 Exclude :
2627 - ' lib/puppet-lint/plugins/check_strict_indent.rb'
2728
28- # Offense count: 4
29+ # Offense count: 6
2930# Configuration parameters: Prefixes, AllowedPatterns.
3031# Prefixes: when, with, without
3132RSpec/ContextWording :
@@ -43,7 +44,7 @@ RSpec/DescribeClass:
4344 - ' **/spec/views/**/*'
4445 - ' spec/puppet-lint/plugins/check_strict_indent_spec.rb'
4546
46- # Offense count: 10
47+ # Offense count: 17
4748# This cop supports unsafe autocorrection (--autocorrect-all).
4849# Configuration parameters: EnforcedStyle.
4950# SupportedStyles: always, conditionals
@@ -53,20 +54,19 @@ Style/AndOr:
5354
5455# Offense count: 1
5556# This cop supports safe autocorrection (--autocorrect).
56- # Configuration parameters: EnforcedStyle, AllowComments.
57+ # Configuration parameters: AutoCorrect, EnforcedStyle, AllowComments.
5758# SupportedStyles: empty, nil, both
5859Style/EmptyElse :
5960 Exclude :
6061 - ' lib/puppet-lint/plugins/check_strict_indent.rb'
6162
62- # Offense count: 5
63+ # Offense count: 3
6364# This cop supports unsafe autocorrection (--autocorrect-all).
6465# Configuration parameters: EnforcedStyle.
6566# SupportedStyles: always, always_true, never
6667Style/FrozenStringLiteralComment :
6768 Exclude :
68- - ' Gemfile'
69- - ' Rakefile'
69+ - ' **/*.arb'
7070 - ' lib/puppet-lint/plugins/check_strict_indent.rb'
7171 - ' puppet-lint-strict_indent-check.gemspec'
7272 - ' spec/puppet-lint/plugins/check_strict_indent_spec.rb'
@@ -77,7 +77,14 @@ Style/MultilineBlockChain:
7777 - ' lib/puppet-lint/plugins/check_strict_indent.rb'
7878 - ' spec/puppet-lint/plugins/check_strict_indent_spec.rb'
7979
80- # Offense count: 2
80+ # Offense count: 1
81+ # This cop supports safe autocorrection (--autocorrect).
82+ # Configuration parameters: AllowMethodComparison, ComparisonsThreshold.
83+ Style/MultipleComparison :
84+ Exclude :
85+ - ' lib/puppet-lint/plugins/check_strict_indent.rb'
86+
87+ # Offense count: 3
8188# This cop supports unsafe autocorrection (--autocorrect-all).
8289# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
8390# SupportedStyles: predicate, comparison
@@ -102,7 +109,7 @@ Style/WhileUntilModifier:
102109
103110# Offense count: 2
104111# This cop supports safe autocorrection (--autocorrect).
105- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
112+ # Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings .
106113# URISchemes: http, https
107114Layout/LineLength :
108115 Max : 137
0 commit comments