Skip to content

Commit

Permalink
1 more rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed May 3, 2024
1 parent 5c76714 commit 1e50de5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Lint/DuplicateMethods:
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect.
# SupportedStylesAlignWith: keyword, variable, start_of_line
Lint/EndAlignment:
Layout/EndAlignment:
Exclude:
- 'lib/hqmf-model/data_criteria.rb'

Expand Down Expand Up @@ -447,14 +447,6 @@ Lint/UnderscorePrefixedVariableName:
Exclude:
- 'lib/hqmf-parser/converter/pass1/data_criteria_converter.rb'

# Offense count: 3
# Cop supports --auto-correct.
Lint/UnneededDisable:
Exclude:
- 'lib/hqmf-parser/2.0/field_value_helper.rb'
- 'lib/hqmf-parser/2.0/value_set_helper.rb'
- 'lib/hqmf-parser/cql/value_set_helper.rb'

# Offense count: 26
# Cop supports --auto-correct.
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
Expand Down

0 comments on commit 1e50de5

Please sign in to comment.