Sha256: 7c333989f422a6181f06fa05e5de3f1dfd55452681562a3a4657e5f54167ad60

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rails-accessibility

# casecmp does not work with all of Unicode, so this is not a good optimization for internationalized apps
Performance/Casecmp:
  Enabled: false

# This cop is unsafe because it has known compatibility issues with ActiveRecord and other frameworks.
Performance/Count:
  Enabled: false

# This cop is unsafe because it has known compatibility issues with ActiveRecord and other frameworks.
Performance/Detect:
  Enabled: false

# Sum is different between enumerables and ActiveRecord, let's not cause confusion...
Performance/Sum:
  Enabled: false

Style/Documentation:
  Exclude:
    - app/controllers/**/*
    - app/models/**/*
    - db/migrate/**/*
    - test/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-rickselby-0.6.0 config/rails.yml