Codebase list ruby-omniauth-auth0 / upstream/latest .rubocop.yml
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.rubocop.yml @upstream/latestraw · 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'