Sha256: d1e279df1372fccf8e898ea46d2b6c6ac02a974d9b732ca7613bc6493632ca85

Contents?: true

Size: 359 Bytes

Versions: 45

Compression:

Stored size: 359 Bytes

Contents

require:
  - standard
  - rubocop-rails

inherit_gem:
  standard: config/base.yml

AllCops:
  NewCops: enable
  Exclude:
    - node_modules/**/*
    - public/**/*
    - vendor/**/*

Rails:
  Enabled: true # enable rubocop-rails cops
Bundler/DuplicatedGem:
  Enabled: false # ignore duplicated gem errors because we will have duplicated gems when dual booting

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
satis-2.1.31 .rubocop.yml
satis-2.1.30 .rubocop.yml
satis-2.1.29 .rubocop.yml
satis-2.1.28 .rubocop.yml
satis-2.1.27 .rubocop.yml
satis-2.1.26 .rubocop.yml
satis-2.1.24 .rubocop.yml
satis-2.1.23 .rubocop.yml
satis-2.1.22 .rubocop.yml
satis-2.1.21 .rubocop.yml
satis-2.1.20 .rubocop.yml
satis-2.1.19 .rubocop.yml
satis-2.1.18 .rubocop.yml
satis-2.1.11 .rubocop.yml
satis-2.1.10 .rubocop.yml
satis-2.1.9 .rubocop.yml
satis-2.1.8 .rubocop.yml
satis-2.1.6 .rubocop.yml
satis-2.1.5 .rubocop.yml
satis-2.1.4 .rubocop.yml