Skip to content

Commit

Permalink
Rubocop: Update TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Jan 31, 2022
1 parent ed1ace3 commit b1223c9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-01-27 22:01:02 UTC using RuboCop version 1.24.1.
# on 2022-01-31 22:05:46 UTC using RuboCop version 1.24.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequireMFA:
Exclude:
- 'modulesync.gemspec'

# Offense count: 10
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Expand All @@ -14,7 +22,7 @@ Metrics/AbcSize:
# Offense count: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 175
Max: 167

# Offense count: 5
# Configuration parameters: IgnoredMethods.
Expand Down

0 comments on commit b1223c9

Please sign in to comment.