Sha256: c4625e73c3e9ea4aa76cd941877f1c94480e99f075e3b27aba8d24c95481e9d8

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-11-21 18:59:46 -0500 using RuboCop version 0.43.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: 1
Metrics/AbcSize:
  Max: 19

# Offense count: 40
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 254

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 14

# Offense count: 1
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/changelog/plugin.rb'

# Offense count: 3
Style/DoubleNegation:
  Exclude:
    - 'lib/changelog/changelog_file.rb'

# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
  Exclude:
    - 'spec/**/*'
    - 'lib/changelog/plugin.rb'

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
danger-clubhouse-0.0.2 .rubocop_todo.yml
danger-clubhouse-0.0.1 .rubocop_todo.yml
danger-changelog-0.2.1 .rubocop_todo.yml
danger-changelog-0.2.0 .rubocop_todo.yml