Skip to content

Commit

Permalink
Merge pull request #5865 from openSUSE/depfu/update/srcapi/rubocop-0.…
Browse files Browse the repository at this point in the history
…59.1

[src/api] Update rubocop: 0.58.2 → 0.59.1 (major)
  • Loading branch information
Ana06 committed Sep 24, 2018
2 parents 09cbe14 + a9cce93 commit fcc221a
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 87 deletions.
16 changes: 12 additions & 4 deletions .rubocop_todo.yml
@@ -1,11 +1,17 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-06-27 11:15:49 +0000 using RuboCop version 0.57.2.
# on 2018-09-21 13:10:26 +0000 using RuboCop version 0.59.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.
Layout/EmptyLineAfterGuardClause:
Exclude:
- 'dist/clouduploader.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
Expand Down Expand Up @@ -83,10 +89,11 @@ Lint/UselessAssignment:
Metrics/AbcSize:
Max: 19

# Offense count: 6
# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Max: 126
Max: 100

# Offense count: 1
Metrics/CyclomaticComplexity:
Expand Down Expand Up @@ -135,6 +142,7 @@ Style/ExpandPathArguments:
- 'dist/t/spec/features/0040_package_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: each, for
Style/For:
Expand Down Expand Up @@ -216,7 +224,7 @@ Style/PerlBackrefs:
Exclude:
- 'dist/clouduploader.rb'

# Offense count: 9
# Offense count: 4
# Cop supports --auto-correct.
Style/RedundantBegin:
Exclude:
Expand Down

0 comments on commit fcc221a

Please sign in to comment.