Sha256: 09f82bd6286495648d2759a039fa696c6b470f083b7a18549c26349f76141c42

Contents?: true

Size: 1.01 KB

Versions: 14

Compression:

Stored size: 1.01 KB

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/**/*'
    - 'template/*'
    - 'lib/generators/connector/templates/*'
    - 'lib/maestrano_connector_rails/factories.rb'

# Enabled disabled Cops
Style/CollectionMethods:
  Enabled: true

Metrics/LineLength:
  Max: 320

Metrics/MethodLength:
  Max: 50

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

14 entries across 14 versions & 1 rubygems

Version Path
maestrano-connector-rails-2.0.2.pre.RC10 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC8 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC9 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC7 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC6 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC5 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC4 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC3 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC2 .rubocop.yml
maestrano-connector-rails-2.0.2.pre.RC1 .rubocop.yml
maestrano-connector-rails-2.0.1 .rubocop.yml
maestrano-connector-rails-2.0.0 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC13 .rubocop.yml
maestrano-connector-rails-2.0.0.pre.RC12 .rubocop.yml