Skip to content

Commit

Permalink
Rubocop: Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 3, 2024
1 parent e8d400e commit cbfd1aa
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-11-12 06:49:51 UTC using RuboCop version 1.57.2.
# on 2024-02-03 22:50:47 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 4
# Configuration parameters: AllowComments, AllowEmptyLambdas.
Lint/EmptyBlock:
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedTypes: block, case, class, if, kwbegin, module
# SupportedStyles: same_line, new_line
Layout/MultilineAssignmentLayout:
Exclude:
- 'example/benchmark_insert.rb'
- 'example/benchmark_select.rb'
- 'test/helper.rb'
- 'test/test_ilios.rb'

# Offense count: 8
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
Expand All @@ -29,7 +34,7 @@ Style/AsciiComments:
- 'example/benchmark_insert.rb'
- 'example/benchmark_select.rb'

# Offense count: 7
# Offense count: 10
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude:
Expand All @@ -38,9 +43,8 @@ Style/Documentation:
- 'example/benchmark_insert.rb'
- 'example/benchmark_select.rb'
- 'ext/ilios/extconf.rb'
- 'lib/ilios.rb'

# Offense count: 14
# Offense count: 24
# Configuration parameters: RequireForNonPublicMethods.
Style/DocumentationMethod:
Exclude:
Expand Down

0 comments on commit cbfd1aa

Please sign in to comment.