Skip to content

Commit

Permalink
regenerate rubocop-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunwei Wang committed Sep 30, 2024
1 parent 7247ecd commit 9ebe733
Showing 1 changed file with 8 additions and 38 deletions.
46 changes: 8 additions & 38 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,24 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-08-29 16:52:13 UTC using RuboCop version 1.23.0.
# on 2024-09-30 12:52:20 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.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
Layout/EmptyLineBetweenDefs:
Exclude:
- 'lib/fhir_models/fhir_ext/common_structure_definition.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: empty_lines, empty_lines_except_namespace, empty_lines_special, no_empty_lines
Layout/EmptyLinesAroundModuleBody:
Exclude:
- 'lib/fhir_models/fhir_ext/common_element_definition.rb'
- 'lib/fhir_models/fhir_ext/common_structure_definition.rb'
- 'lib/fhir_models/fhir_ext/common_structure_definition_finding.rb'

# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingEmptyLines:
Exclude:
- 'lib/fhir_models/bootstrap/json.rb'
- 'lib/fhir_models/*/fhir_ext/structure_definition.rb'
- 'lib/fhir_models/*/fhir_ext/structure_definition_compare.rb'
- 'lib/fhir_models/*/fhir_ext/structure_definition_finding.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AllowInHeredoc.
Layout/TrailingWhitespace:
Exclude:
- 'lib/fhir_models/fhir_ext/common_structure_definition.rb'
- 'lib/fhir_models/fhir_ext/common_structure_definition_compare.rb'
- 'lib/fhir_models/fhir_ext/common_structure_definition_finding.rb'
- 'lib/fhir_models/r4/fhir_ext/structure_definition.rb'
- 'lib/fhir_models/r4/fhir_ext/structure_definition_compare.rb'
- 'lib/fhir_models/r4b/fhir_ext/structure_definition.rb'
- 'lib/fhir_models/r4b/fhir_ext/structure_definition_compare.rb'
- 'lib/fhir_models/r5/fhir_ext/structure_definition.rb'
- 'lib/fhir_models/r5/fhir_ext/structure_definition_compare.rb'

# Offense count: 43
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Expand Down Expand Up @@ -77,20 +54,13 @@ Metrics/MethodLength:
# Offense count: 4
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 354
Max: 347

# Offense count: 30
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 76

# Offense count: 5
# Configuration parameters: EnforcedStyle, IgnoredPatterns.
# SupportedStyles: snake_case, camelCase
Naming/MethodName:
Exclude:
- 'lib/fhir_models/fhir_ext/common_structure_definition_finding.rb'

# Offense count: 4
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Expand Down

0 comments on commit 9ebe733

Please sign in to comment.