google-auth-library-ruby/.rubocop_todo.yml

16 lines
531 B
YAML
Raw Normal View History

2015-02-25 12:38:56 +00:00
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-05-18 09:38:28 -0700 using RuboCop version 0.31.0.
2015-02-25 12:38:56 +00:00
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 3
2015-02-25 12:38:56 +00:00
Metrics/AbcSize:
Max: 24
2015-02-25 12:38:56 +00:00
# Offense count: 10
2015-02-25 12:38:56 +00:00
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 13