Sha256: 9b2df4e41b70078745c5df237b4d4c27adaeb190b106790101d7d33b8b179b91

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  Include:
    - Rakefile
    - Gemfile
    - '*.gemspec'
  Exclude:
    - 'vendor/**/*'

Documentation:
  Enabled: false

Style/VariableNumber:
    EnforcedStyle: 'snake_case'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foundation_rails_helper-4.0.1 .rubocop.yml
foundation_rails_helper-4.0.0 .rubocop.yml
foundation_rails_helper-3.0.0 .rubocop.yml
foundation_rails_helper-3.0.0.rc2 .rubocop.yml
foundation_rails_helper-3.0.0.rc .rubocop.yml
foundation_rails_helper-3.0.0.beta3 .rubocop.yml