tuist/.rubocop.yml

32 lines
578 B
YAML

inherit_from:
- http://shopify.github.io/ruby-style-guide/rubocop.yml
require:
- rubocop-rake
- rubocop-minitest
Style/ClassAndModuleChildren:
Enabled: false
Style/RedundantBegin:
Enabled: false
Lint/MissingSuper:
Enabled: false
AllCops:
TargetRubyVersion: 2.5
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- features/**/*
- fixtures/**/*
- .build/**/*
- .vscode/**/*
- assets/**/*
- build/**/*
- Carthage/**/*
- Sources/**/*
- Tests/**/*
- .github/**/*
- website/**/*
- next/**/*
- vendor/**/*