Sha256: 50aef2b04027cf29c6602938c2085526de5792ba13a4073539921a8f200d665c

Contents?: true

Size: 896 Bytes

Versions: 11

Compression:

Stored size: 896 Bytes

Contents

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

Style/AccessorMethodName:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

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

Style/StringLiterals: 
  Enabled: false

Style/SpaceInsideStringInterpolation:
  EnforcedStyle: no_space

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

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

11 entries across 11 versions & 2 rubygems

Version Path
anycable-rails-0.4.6 .rubocop.yml
anycable-rails-0.4.5 .rubocop.yml
anycable-0.4.6 .rubocop.yml
anycable-0.4.5 .rubocop.yml
anycable-rails-0.4.4 .rubocop.yml
anycable-0.4.4 .rubocop.yml
anycable-0.4.3 .rubocop.yml
anycable-rails-0.4.3 .rubocop.yml
anycable-0.4.2 .rubocop.yml
anycable-rails-0.4.2 .rubocop.yml
anycable-0.4.1 .rubocop.yml