Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuboCop TODO update: Finalize #968

Merged
merged 1 commit into from Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-03-20 12:08:09 -0600 using RuboCop version 0.65.0.
# on 2019-04-08 21:22:38 +0200 using RuboCop version 0.67.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
Expand All @@ -10,7 +10,7 @@
Metrics/AbcSize:
Max: 67

# Offense count: 5
# Offense count: 4
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 233
Expand All @@ -19,7 +19,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 16

# Offense count: 47
# Offense count: 48
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 48
Expand Down