knuedge/lita-activedirectory

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Documentation:
  Exclude:
    - lib/lita/handlers/activedirectory.rb

FileName:
  Exclude:
    - lib/lita-activedirectory.rb

Metrics/LineLength:
  Max: 100

Metrics/AbcSize:
  Max: 22

Metrics/MethodLength:
  Max: 20

Metrics/ClassLength:
  Max: 200

Metrics/BlockLength:
  Max: 30
  Exclude:
    - '*.gemspec'
    - Rakefile
    - 'spec/**/*_spec.rb'
    - 'spec/spec_helper.rb'