Revision fc7b7d8532549553673d4e510894b10a063792b3 authored by Mike Perham on 19 April 2022, 20:56:50 UTC, committed by Mike Perham on 19 April 2022, 20:56:50 UTC
1 parent 152c3d8
Raw File
.standard.yml
ruby_version: 2.5.0
fix: true
parallel: true
ignore:
  - test/**/*
  - examples/**/*
  - myapp/**/*
  - 'lib/sidekiq.rb':
    - Lint/InheritException
  - 'lib/sidekiq/extensions/**/*':
    - Style/MissingRespondToMissing
  - 'lib/**/*':
    - Lint/RescueException
    - Security/YAMLLoad
    - Style/GlobalVars
back to top