-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I ran the following command: bundle exec rubocop --auto-gen-config
- Loading branch information
1 parent
cb0909e
commit dca9c4e
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config` | ||
# on 2019-11-16 18:15:36 +0000 using RuboCop version 0.58.2. | ||
# on 2024-12-22 11:44:58 +0000 using RuboCop version 0.58.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: 57 | ||
# Offense count: 63 | ||
Metrics/AbcSize: | ||
Max: 26 | ||
|
||
# Offense count: 23 | ||
# Offense count: 29 | ||
# Configuration parameters: CountComments. | ||
Metrics/ClassLength: | ||
Max: 366 | ||
Max: 362 | ||
|
||
# Offense count: 172 | ||
# Offense count: 200 | ||
# Configuration parameters: CountComments. | ||
Metrics/MethodLength: | ||
Max: 31 | ||
Max: 27 | ||
|
||
# Offense count: 545 | ||
# Offense count: 697 | ||
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. | ||
# URISchemes: http, https | ||
Metrics/LineLength: | ||
Max: 180 | ||
Max: 173 |