Skip to content

Commit

Permalink
Regenerate RuboCop TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Marcoux committed Jun 23, 2020
1 parent 463b874 commit 70db0ff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 115 deletions.
14 changes: 4 additions & 10 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2020-06-09 20:21:36 +0000 using RuboCop version 0.85.1.
# on 2020-06-23 09:48:12 UTC using RuboCop version 0.86.0.
# 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 Down Expand Up @@ -39,13 +39,7 @@ Metrics/BlockLength:
- 'dist/obs_mirror_project'
- 'dist/t/spec/features/0040_package_spec.rb'

# Offense count: 1
# Configuration parameters: IgnoredMethods, Max.
Metrics/CyclomaticComplexity:
Exclude:
- 'dist/obs_mirror_project'

# Offense count: 8
# Offense count: 7
# Configuration parameters: CountComments, Max, ExcludedMethods.
Metrics/MethodLength:
Exclude:
Expand Down Expand Up @@ -105,13 +99,13 @@ Style/PerlBackrefs:
Exclude:
- 'dist/clouduploader.rb'

# Offense count: 4
# Offense count: 2
# Cop supports --auto-correct.
Style/RedundantBegin:
Exclude:
- 'Rakefile'

# Offense count: 69
# Offense count: 37
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Expand Down

0 comments on commit 70db0ff

Please sign in to comment.