Sha256: 2a68c02503fa4d7b8302c1d44464f1e1a3e5d4ad9d33f10376cdd521b7422268

Contents?: true

Size: 1.14 KB

Versions: 9

Compression:

Stored size: 1.14 KB

Contents

inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Enabled: false

#http://viget.com/extend/just-use-double-quoted-ruby-strings
Style/StringLiterals:
  EnforcedStyle: double_quotes

# Configuration parameters: CountComments.
Metrics/ClassLength:
    Enabled: false

# Configuration parameters: CountComments.
Metrics/MethodLength:
    Enabled: false

Style/FileName:
    Exclude:
      - 'bin/git-generate-changelog'

#TODOS
# Offense count: 14
Metrics/AbcSize:
  Enabled: false

# Offense count: 1
Style/AccessorMethodName:
  Enabled: false

# Offense count: 10
Style/Documentation:
  Enabled: false

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
  Enabled: false

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
# SupportedStyles: slashes, percent_r, mixed
Style/RegexpLiteral:
  Enabled: false

Style/MutableConstant:
    Enabled: false
    

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
github_changelog_generator-1.11.8 .rubocop.yml
github_changelog_generator-1.11.7 .rubocop.yml
github_changelog_generator-1.11.6 .rubocop.yml
github_changelog_generator-1.11.5 .rubocop.yml
github_changelog_generator-1.11.4 .rubocop.yml
github_changelog_generator-1.11.3 .rubocop.yml
github_changelog_generator-1.11.2 .rubocop.yml
github_changelog_generator-1.11.1 .rubocop.yml
github_changelog_generator-1.10.4 .rubocop.yml