tuist/.rubocop.yml

29 lines
478 B
YAML

inherit_gem:
rubocop-shopify: rubocop.yml
rubocop-rails_config:
- config/rails.yml
require:
- rubocop-minitest
- rubocop-rails
Style/ClassAndModuleChildren:
Enabled: false
Style/RedundantBegin:
Enabled: false
Lint/MissingSuper:
Enabled: false
AllCops:
NewCops: enable
TargetRubyVersion: 2.5
DisplayCopNames: true
DisplayStyleGuide: true
Include:
- Gemfile
Exclude:
- node_modules/**/*
- vendor/**/*
- db/schema.rb
- bin/**/*