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 Feb 14, 2022
1 parent ca3bcad commit 8e47644
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# 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-02-14 21:04:47 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: 10
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequireMFA:
Exclude:
- 'modulesync.gemspec'

# Offense count: 9
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 60

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 175
Max: 178

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

0 comments on commit 8e47644

Please sign in to comment.