11# This configuration was generated by
22# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100 --no-offense-counts --no-auto-gen-timestamp`
3- # using RuboCop version 1.81.7 .
3+ # using RuboCop version 1.84.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
@@ -18,12 +18,6 @@ Layout/TrailingWhitespace:
1818 Exclude :
1919 - ' spec/stack_master/commands/status_spec.rb'
2020
21- # This cop supports unsafe autocorrection (--autocorrect-all).
22- # Configuration parameters: AllowSafeAssignment.
23- Lint/AssignmentInCondition :
24- Exclude :
25- - ' lib/stack_master/parameter_resolvers/latest_container.rb'
26-
2721# Configuration parameters: AllowedMethods.
2822# AllowedMethods: enums
2923Lint/ConstantDefinitionInBlock :
@@ -41,11 +35,6 @@ Lint/DuplicateMethods:
4135 - ' lib/stack_master/stack_definition.rb'
4236 - ' lib/stack_master/test_driver/cloud_formation.rb'
4337
44- Lint/IneffectiveAccessModifier :
45- Exclude :
46- - ' lib/stack_master/parameter_loader.rb'
47- - ' lib/stack_master/template_compilers/sparkle_formation.rb'
48-
4938# This cop supports unsafe autocorrection (--autocorrect-all).
5039# Configuration parameters: EnforcedStyle.
5140# SupportedStyles: standard_error, runtime_error
@@ -99,33 +88,19 @@ Lint/SelfAssignment:
9988 Exclude :
10089 - ' lib/stack_master/cli.rb'
10190
102- # This cop supports safe autocorrection (--autocorrect).
103- Lint/SendWithMixinArgument :
104- Exclude :
105- - ' lib/stack_master/sparkle_formation/template_file.rb'
106-
10791# Configuration parameters: AllowComments, AllowNil.
10892Lint/SuppressedException :
10993 Exclude :
11094 - ' Rakefile'
11195 - ' lib/stack_master/stack_events/streamer.rb'
11296 - ' lib/stack_master/stack_status.rb'
11397
114- # This cop supports safe autocorrection (--autocorrect).
115- # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
116- Lint/UnusedBlockArgument :
117- Exclude :
118- - ' features/step_definitions/parameter_store_steps.rb'
119- - ' lib/stack_master/stack_differ.rb'
120-
12198# This cop supports safe autocorrection (--autocorrect).
12299# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods, NotImplementedExceptions.
123100# NotImplementedExceptions: NotImplementedError
124101Lint/UnusedMethodArgument :
125102 Exclude :
126- - ' lib/stack_master/test_driver/cloud_formation.rb'
127103 - ' lib/stack_master/test_driver/s3.rb'
128- - ' spec/stack_master/parameter_resolver_spec.rb'
129104 - ' spec/support/aws_stubs.rb'
130105
131106# This cop supports safe autocorrection (--autocorrect).
@@ -135,14 +110,6 @@ Lint/UselessAccessModifier:
135110 - ' lib/stack_master/parameter_loader.rb'
136111 - ' lib/stack_master/template_compilers/sparkle_formation.rb'
137112
138- # This cop supports safe autocorrection (--autocorrect).
139- Lint/UselessAssignment :
140- Exclude :
141- - ' lib/stack_master/cli.rb'
142- - ' lib/stack_master/commands/tidy.rb'
143- - ' lib/stack_master/parameter_resolvers/latest_ami_by_tags.rb'
144- - ' lib/stack_master/template_compiler.rb'
145-
146113# This cop supports safe autocorrection (--autocorrect).
147114# Configuration parameters: CheckForMethodsWithNoSideEffects.
148115Lint/Void :
@@ -176,7 +143,6 @@ Metrics/AbcSize:
176143# AllowedMethods: refine
177144Metrics/BlockLength :
178145 Exclude :
179- - ' **/*.gemspec'
180146 - ' example/simple/templates/myapp_vpc.rb'
181147 - ' spec/integration/drift_spec.rb'
182148 - ' spec/stack_master/aws_driver/s3_spec.rb'
@@ -320,7 +286,6 @@ Naming/AccessorMethodName:
320286# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
321287Naming/FileName :
322288 Exclude :
323- - ' Rakefile.rb'
324289 - ' spec/fixtures/templates/rb/cfndsl/sample-ctp-repeated.rb'
325290 - ' spec/fixtures/templates/rb/cfndsl/sample-ctp.rb'
326291
@@ -352,7 +317,6 @@ Naming/MethodParameterName:
352317# MethodDefinitionMacros: define_method, define_singleton_method
353318Naming/PredicatePrefix :
354319 Exclude :
355- - ' spec/**/*'
356320 - ' lib/stack_master/parameter_resolvers/one_password.rb'
357321 - ' lib/stack_master/sparkle_formation/compile_time/definitions_validator.rb'
358322 - ' lib/stack_master/sparkle_formation/compile_time/empty_validator.rb'
@@ -405,8 +369,6 @@ Style/ClassAndModuleChildren:
405369# Configuration parameters: AllowedConstants.
406370Style/Documentation :
407371 Exclude :
408- - ' spec/**/*'
409- - ' test/**/*'
410372 - ' lib/stack_master.rb'
411373 - ' lib/stack_master/aws_driver/cloud_formation.rb'
412374 - ' lib/stack_master/aws_driver/s3.rb'
@@ -503,6 +465,13 @@ Style/GlobalStdStream:
503465 - ' lib/stack_master/cli.rb'
504466 - ' spec/stack_master/commands/apply_spec.rb'
505467
468+ # This cop supports safe autocorrection (--autocorrect).
469+ # Configuration parameters: EnforcedStyle.
470+ # SupportedStyles: braces, no_braces
471+ Style/HashAsLastArrayItem :
472+ Exclude :
473+ - ' spec/integration/drift_spec.rb'
474+
506475# This cop supports unsafe autocorrection (--autocorrect-all).
507476Style/HashTransformValues :
508477 Exclude :
@@ -541,7 +510,6 @@ Style/MutableConstant:
541510# SupportedStyles: predicate, comparison
542511Style/NumericPredicate :
543512 Exclude :
544- - ' spec/**/*'
545513 - ' lib/stack_master/cli.rb'
546514 - ' lib/stack_master/commands/events.rb'
547515 - ' lib/stack_master/commands/nag.rb'
0 commit comments