Skip to content

Commit

Permalink
regenerate rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Apr 8, 2024
1 parent a3e8d06 commit 9f09a45
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-02-20 13:57:00 UTC using RuboCop version 1.50.2.
# on 2024-04-08 21:01:49 UTC using RuboCop version 1.60.2.
# 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
Expand All @@ -15,6 +15,7 @@ Lint/DuplicateBranch:
- 'spec/spec_helper_corosync.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
Exclude:
Expand Down Expand Up @@ -51,10 +52,24 @@ RSpec/RepeatedExampleGroupBody:
- 'spec/acceptance/corosync_class_spec.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowedMethods, AllowedPatterns.
# AllowedMethods: ==, equal?, eql?
Style/ClassEqualityComparison:
Exclude:
- 'lib/puppet/provider/cs_primitive/crm.rb'
- 'lib/puppet/provider/cs_primitive/pcs.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'lib/puppet/provider/cs_group/crm.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantLineContinuation:
Exclude:
- 'spec/unit/puppet/type/cs_clone_spec.rb'

0 comments on commit 9f09a45

Please sign in to comment.