Sha256: 87747e175c52186132298724459048bfd7ae3956cb08853c222f648ad5c077e3

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

AllCops:
  # Include gemspec and Rakefile
  Include:
    - 'lib/**/*.rb'
    - 'lib/**/*.rake'
    - 'spec/**/*.rb'
  Exclude:
    - '*.gemspec'
    - 'bin/**/*'
    - 'spec/dummy/**/*'
    - 'tmp/**/*'
    - 'bench/**/*'
    - 'vendor/**/*'
    - 'gemfiles/**/*'
    - 'lib/anycable/rpc/**/*'
    - 'Rakefile'
    - 'Gemfile'
  DisplayCopNames: true
  StyleGuideCopsOnly: false
  TargetRubyVersion: 2.3

Style/AccessorMethodName:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/Documentation:
  Exclude:
    - 'spec/**/*.rb'

Style/FormatString:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/StringLiterals: 
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/SpaceInsideStringInterpolation:
  EnforcedStyle: no_space

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*.rb'

Style/PercentLiteralDelimeters:
  Enabled: false

Lint/ScriptPermission:
  Enabled: false

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Metrics/MethodLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'spec/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Rails/Date:
  Enabled: false

Rails/TimeZone:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
anycable-rails-0.5.4 .rubocop.yml
anycable-rails-0.5.3 .rubocop.yml