Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnaden committed Apr 16, 2024
1 parent 250aa88 commit ddcd0d5
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 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-01-22 16:44:33 UTC using RuboCop version 1.59.0.
# on 2024-04-16 12:37:07 UTC using RuboCop version 1.63.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
Expand All @@ -22,29 +22,14 @@ Gemspec/DevelopmentDependencies:
Exclude:
- 'davinci_pas_test_kit.gemspec'

# Offense count: 10
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 135

# Offense count: 11
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: strict, consistent
Lint/SymbolConversion:
Exclude:
- 'lib/davinci_pas_test_kit/pas_bundle_validation.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
# Configuration parameters: AutoCorrect, AllowUnusedKeywordArguments, IgnoreEmptyMethods, IgnoreNotImplementedMethods.
Lint/UnusedMethodArgument:
Exclude:
- 'lib/davinci_pas_test_kit/pas_bundle_validation.rb'

# Offense count: 18
# Offense count: 20
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
Max: 19
Expand Down Expand Up @@ -94,10 +79,3 @@ RSpec/SpecFilePathFormat:
Style/OptionalBooleanParameter:
Exclude:
- 'lib/davinci_pas_test_kit/generator/group_generator.rb'

# Offense count: 10
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 135

0 comments on commit ddcd0d5

Please sign in to comment.