Codebase list ruby-omniauth-auth0 / 972bbf23-63fb-4f79-af6e-23ad666f37f6/main .rubocop.yml
972bbf23-63fb-4f79-af6e-23ad666f37f6/main

Tree @972bbf23-63fb-4f79-af6e-23ad666f37f6/main (Download .tar.gz)

.rubocop.yml @972bbf23-63fb-4f79-af6e-23ad666f37f6/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'