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.
docuseal/vendor/bundle/ruby/4.0.0/gems/ruby-vips-2.3.0/.standard.yml

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/**/*'