mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
529 B
18 lines
529 B
fix: false # default: false
|
|
parallel: true # default: false
|
|
format: progress # default: Standard::Formatter
|
|
ruby_version: 2.0 # default: RUBY_VERSION
|
|
default_ignores: false # default: true
|
|
|
|
ignore: # default: []
|
|
- '**/*':
|
|
- Standard/SemanticBlocks
|
|
- 'lib/vips/methods.rb'
|
|
- '{lib,example}/**/*':
|
|
- Lint/IneffectiveAccessModifier
|
|
- Lint/RescueException
|
|
- Style/GlobalVars
|
|
- 'spec/**/*':
|
|
- Lint/BinaryOperatorWithIdenticalOperands
|
|
- 'vendor/**/*'
|