Codebase list ruby-omniauth-auth0 / scrub-obsolete/main .rubocop.yml
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.rubocop.yml @scrub-obsolete/mainraw · history · blame

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - 'spec/spec_helper.rb'
Metrics/MethodLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
Metrics/AbcSize:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - 'spec/spec_helper.rb'
AllCops:
  Exclude:
    - 'omniauth-auth0.gemspec'