Skip to content

Commit

Permalink
Update rubocop todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Mar 4, 2024
1 parent 68e85b4 commit 441b4ea
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,35 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-05-05 20:09:23 +0200 using RuboCop version 0.54.0.
# on 2024-01-31 08:55:31 UTC using RuboCop version 1.23.0.
# 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.

require: rubocop-minitest
# Offense count: 1
# Cop supports --auto-correct.
Lint/RedundantCopDisableDirective:
Exclude:
- 'app/models/monitoring_result.rb'

# Offense count: 6
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 32
Max: 33

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 9

# Offense count: 2
# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 10

Minitest/AssertTruthy:
Enabled: false

Minitest/RefuteFalse:
Enabled: false

# Offense count: 1
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
Exclude:
- 'app/helpers/concerns/foreman_monitoring/hosts_helper_ext.rb'

Style/HashEachMethods:
Enabled: false

Style/HashTransformKeys:
Enabled: false

Style/HashTransformValues:
Enabled: false

0 comments on commit 441b4ea

Please sign in to comment.