Sha256: bd062c423a5e8f3b040d4f7f39b93b23fe384db5047ab5de69fc26c8448535ba

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 Bytes

Contents

Lint/Eval:
  Exclude:
    - 'Rakefile'

Lint/UnusedBlockArgument:
  Exclude:
    - 'lib/apiary/command/preview.rb'

Metrics/AbcSize:
  Max: 25


Metrics/LineLength:
  Max: 180
  Exclude:
      - 'spec/*'
      - 'spec/apiary/*'
      - 'spec/apiary/command/*'

Metrics/MethodLength:
  Max: 26

Style/ClassAndModuleChildren:
  Enabled: false

Style/ClassVars:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false
  EnforcedStyle: slashes

Style/UnneededInterpolation:
  Enabled: false

Style/MutableConstant:
  Exclude:
    - 'lib/apiary/helpers/javascript_helper.rb'
    - 'spec/apiary/command/fetch_spec.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apiaryio-0.5.1 .rubocop_todo.yml
apiaryio-0.5.0 .rubocop_todo.yml