Sha256: 852a5bd575ea3fbcd2e95d7490cca34f08965f66f578d7ce95e9e51f6250cd80

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

inherit_gem:
  dashbrains-rubocop-config:
    - rubocop.yml
require:
  - rubocop-rake

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  NewCops: enable
  TargetRubyVersion: <%= RUBY_VERSION[/\d+\.\d+/] %>
  Exclude:
    - "bin/*"
    - db/schema.rb
    - "node_modules/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
  UseCache: true
  CacheRootDirectory: "tmp/cache/rubocop"

Rails/RakeEnvironment:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
konstruo-1.0.1 .rubocop.yml
konstruo-1.0.0 .rubocop.yml