Sha256: 618828393d6684d8e69bf337b7340b987910e7c481d515bcbbc263e86dc4b9cf

Contents?: true

Size: 333 Bytes

Versions: 6

Compression:

Stored size: 333 Bytes

Contents

# This is the configuration used to check the rubocop source code.

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'spec/**/*'
    - 'spec/spec_helper.rb'
    - 'Gemfile'
    - 'buddy_translatable.gemspec'

Style/BlockComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RescueStandardError:
  EnforcedStyle: implicit

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
buddy_translatable-1.1.2 .rubocop.yml
buddy_translatable-1.1.1 .rubocop.yml
buddy_translatable-1.1.0 .rubocop.yml
buddy_translatable-1.0.2 .rubocop.yml
buddy_translatable-1.0.1 .rubocop.yml
buddy_translatable-1.0 .rubocop.yml