https://github.com/mperham/sidekiq
Raw File
Tip revision: 53ed11661be1b39a346ca71a638c49f13fd000fc authored by Mike Perham on 24 December 2020, 03:59:12 UTC
wip
Tip revision: 53ed116
.standard.yml
ruby_version: 2.5.0
fix: false
parallel: true
ignore:
  - test/**/*
  - examples/**/*
  - myapp/**/*
  - 'lib/sidekiq.rb':
    - Lint/InheritException
  - 'lib/sidekiq/extensions/**/*':
    - Style/MethodMissingSuper
    - Style/MissingRespondToMissing
  - 'lib/**/*':
    - Naming/AsciiIdentifiers
    - Lint/RescueException
    - Security/YAMLLoad
    - Naming/AccessorMethodName
    - Naming/MethodName
    - Style/GlobalVars
    - Style/Alias
back to top