Sha256: 4c2b37d8d8014912470eb35898b0915e5b34b7b7a79d0282ef7685450acd0bd9

Contents?: true

Size: 1.07 KB

Versions: 24

Compression:

Stored size: 1.07 KB

Contents

Rails:
  Enabled: true

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'db/schema.rb'
    - 'db/migrate/*'
    - 'db/seeds.rb'
    - 'bin/*'
    - 'Gemfile'
    - 'Rakefile'
    - 'config.ru'
    - 'spec/**/*'
    - 'config/**/*'
    - 'app/helpers/application_helper.rb'
    - 'app/controllers/application_controller.rb'

# 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

Metrics/AbcSize:
  # The ABC size is a calculated magnitude, so this number can be a Fixnum or
  # a Float.
  Max: 27

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

Version data entries

24 entries across 24 versions & 1 rubygems

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