Sha256: 7250c2efb22d2f876bc7ab278b68c49a9ca51de7f0f86b0f935893472e359618

Contents?: true

Size: 458 Bytes

Versions: 2

Compression:

Stored size: 458 Bytes

Contents

inherit_gem:
  onkcop:
    - "config/rubocop.yml"
    - "config/rspec.yml"

require: rubocop-rspec

AllCops:
  Exclude:
    - 'gemfiles/vendor/**/*'

    # c.f. https://github.com/rubocop-hq/rubocop/blob/v0.79.0/config/default.yml#L60-L64
    - 'node_modules/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
    - '.git/**/*'

# module name is `ChatWork`, but I want to use `chatwork` as filename
RSpec/FilePath:
  Enabled: false

Metrics/ParameterLists:
  Max: 6

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chatwork-0.12.3 .rubocop.yml
chatwork-0.12.2 .rubocop.yml