Sha256: c8b290d52805cf00e756f8df0472fcb3bac3daafa9894e074a2847ef1536b5ce

Contents?: true

Size: 725 Bytes

Versions: 4

Compression:

Stored size: 725 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-10-20 19:09:08 +0300 using RuboCop version 0.34.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

inherit_gem:
  spbtv_code_style: .rubocop.yml

AllCops:
  Exclude:
    - "spec/dummy/**/*"
    - "spec/templates/*"
    - "gemfiles/**/*"

# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 120

Style/FileName:
  Exclude:
    - lib/activeadmin-reform.rb

Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activeadmin-reform-1.1.0 .rubocop.yml
activeadmin-reform-1.0.0 .rubocop.yml
activeadmin-reform-0.6.0 .rubocop.yml
activeadmin-reform-0.5.0 .rubocop.yml