1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/.standard.yml

10 lines
165 B
YAML
Raw Normal View History

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