Sha256: b816745495093d6ba4cda226c628ae4aed40c315ad4a89b3958638e179b553b4

Contents?: true

Size: 891 Bytes

Versions: 8

Compression:

Stored size: 891 Bytes

Contents

# require: rubocop-rspec
inherit_from: .rubocop_todo.yml

Rails:
  Enabled: true

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'maestrano-connector-rails.gemspec'
    - 'db/schema.rb'
    - 'db/migrate/*'
    - 'bin/*'
    - 'spec/**/*'

# Enabled disabled Cops
Style/CollectionMethods:
  Enabled: true

Metrics/LineLength:
  Max: 320

Style/IndentationConsistency:
  EnforcedStyle: rails

# Missing top-level class documentation comment
Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

# Space inside braces => only for blocks (not for literal)
Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

# Checks for unused block arguments
Lint/UnusedBlockArgument:
  Enabled: false

# Checks for unused method arguments.
Lint/UnusedMethodArgument:
  Enabled: false

# RSpec/FilePath:
#   Exclude:
    # - 'spec/routing/**/*_routing_spec.rb'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
maestrano-connector-rails-2.0.0.pre.RC6 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC5 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC4 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC3 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC2 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC1 .rubocop.yml
maestrano-connector-rails-1.4.0 .rubocop.yml
maestrano-connector-rails-1.3.5 .rubocop.yml