Sha256: 7e2d0960dc7786a556503e32076917c5375e50fbf0a06a0b87ff9c53827dcd12

Contents?: true

Size: 1.96 KB

Versions: 50

Compression:

Stored size: 1.96 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-02-27 08:25:07 UTC using RuboCop version 1.60.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 11
# Configuration parameters: AllowedMethods.
# AllowedMethods: enums
Lint/ConstantDefinitionInBlock:
  Exclude:
    - 'spec/github_repo_statistics.rb'

# Offense count: 8
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 96

# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
# AllowedMethods: refine
Metrics/BlockLength:
  Max: 73

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
  Max: 229

# Offense count: 4
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/CyclomaticComplexity:
  Max: 18

# Offense count: 8
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
  Max: 62

# Offense count: 4
# Configuration parameters: AllowedMethods, AllowedPatterns.
Metrics/PerceivedComplexity:
  Max: 18

# Offense count: 3
# Configuration parameters: AllowedConstants.
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/github_repo_statistics/force_merge_report.rb'
    - 'lib/github_repo_statistics/github_repo_statistics.rb'
    - 'lib/github_repo_statistics/review_report.rb'

# Offense count: 1
Style/MultilineBlockChain:
  Exclude:
    - 'lib/github_repo_statistics/github_repo_statistics.rb'

# Offense count: 13
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 229

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
github_repo_statistics-2.3.26 .rubocop_todo.yml
github_repo_statistics-2.3.25 .rubocop_todo.yml
github_repo_statistics-2.3.24 .rubocop_todo.yml
github_repo_statistics-2.3.23 .rubocop_todo.yml
github_repo_statistics-2.3.22 .rubocop_todo.yml
github_repo_statistics-2.3.21 .rubocop_todo.yml
github_repo_statistics-2.3.20 .rubocop_todo.yml
github_repo_statistics-2.3.19 .rubocop_todo.yml
github_repo_statistics-2.3.18 .rubocop_todo.yml
github_repo_statistics-2.3.17 .rubocop_todo.yml
github_repo_statistics-2.3.16 .rubocop_todo.yml
github_repo_statistics-2.3.15 .rubocop_todo.yml
github_repo_statistics-2.3.14 .rubocop_todo.yml
github_repo_statistics-2.3.13 .rubocop_todo.yml
github_repo_statistics-2.3.12 .rubocop_todo.yml
github_repo_statistics-2.3.11 .rubocop_todo.yml
github_repo_statistics-2.3.10 .rubocop_todo.yml
github_repo_statistics-2.3.9 .rubocop_todo.yml
github_repo_statistics-2.3.8 .rubocop_todo.yml
github_repo_statistics-2.3.7 .rubocop_todo.yml