Sha256: ab238c8b2154158846ec79f3b0e7381510b73481ec46e02b3d271ebf8339aa07

Contents?: true

Size: 521 Bytes

Versions: 11

Compression:

Stored size: 521 Bytes

Contents

# Modify the version if you don't use MRI 2.1.
inherit_gem:
  onkcop:
    - "config/rubocop.yml"
    - "config/rails.yml"
    - "config/rspec.yml"
AllCops:
  TargetRubyVersion: 2.5
  # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0).
  TargetRailsVersion: 5.1
Rails:
  # If you use RuboCop with Ruby on Rails, turn on this option.
  Enabled: true
Naming/FileName:
  Exclude:
    - "Gemfile"
    - "Rakefile"
Rails/HasManyOrHasOneDependent:
  Enabled: false
Rails/SaveBang:
  Enabled: false

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
docomo-nlu-0.2.5 .rubocop.yml
docomo-nlu-0.2.4 .rubocop.yml
docomo-nlu-0.2.3 .rubocop.yml
docomo-nlu-0.2.2 .rubocop.yml
docomo-nlu-0.2.1 .rubocop.yml
xaiml-0.1.3 .rubocop.yml
xaiml-0.1.2 .rubocop.yml
docomo-nlu-0.2.0 .rubocop.yml
docomo-nlu-0.1.3 .rubocop.yml
xaiml-0.1.1 .rubocop.yml
xaiml-0.1.0 .rubocop.yml