Codebase list ruby-omniauth-auth0 / lintian-fixes/main .rubocop.yml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.rubocop.yml @lintian-fixes/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'