bolshakov/activeadmin-reform

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# 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