Sha256: 8a2baf22de2104cb43867fea83493fbd73aa3d0efb145efb2d807e45cfa78a97

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 Bytes

Contents

AllCops:
  Exclude:
     - 'vendor/**/*'
     - 'spec/fixtures/**/*'
     - 'tmp/**/*'
     - 'templates/**/*'
##################### Metrics ##################################

Metrics/MethodLength:
  Max: 30

Metrics/LineLength:
  Max: 130

Metrics/ClassLength:
  CountComments: false
  Max: 150

Metrics/LineLength:
  Max: 150

##################### Style ##################################

# Use nested module/class definitions instead of compact style.
# NG: module Gem::Search
Style/ClassAndModuleChildren:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: trailing

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'rounders.gemspec'
    - 'spec/**/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruboty-jira-0.3.0 .rubocop.yml
ruboty-jira-0.2.0 .rubocop.yml