Codebase list ruby-omniauth-auth0 / f74ac3b7-6222-46bf-b83c-b3be1d71340c/main .rubocop.yml
f74ac3b7-6222-46bf-b83c-b3be1d71340c/main

Tree @f74ac3b7-6222-46bf-b83c-b3be1d71340c/main (Download .tar.gz)

.rubocop.yml @f74ac3b7-6222-46bf-b83c-b3be1d71340c/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'