Sha256: 783be0483833668972785f3e662b5e4c867480b7debb46754a62815b1ec3e6b9

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

AllCops:
  Includes:
    - Gemfile
    - lib/**
    - spec/**
  Excludes:
    - bin/*
    - exe/*
Metrics/BlockLength:
  CountComments: false  # count full line comments?
  Max: 25
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
Layout/LineLength:
  Max: 120
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
liri-0.4.1 .rubocop.yml
liri-0.4.0 .rubocop.yml
liri-0.3.1 .rubocop.yml