mperham--sidekiq/.standard.yml

10 lines
165 B
YAML
Raw Permalink Normal View History

2022-01-26 17:09:03 +00:00
ruby_version: 2.7.0
2021-03-05 19:23:49 +00:00
fix: true
parallel: true
ignore:
- 'lib/sidekiq.rb':
- Lint/InheritException
- '**/*':
- Lint/RescueException
- Style/GlobalVars