alainravet/private_please

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-01-19 17:37:21 +0100 using RuboCop version 0.36.0.

# Offense count: 2
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 110

# Offense count: 1
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/**/*'

Style/GlobalVars:
  Exclude:
    - 'lib/goody_goody/analyzer.rb'

Metrics/MethodLength:
  Exclude:
    - 'lib/goody_goody/analyzer.rb'