Sha256: 902408d2a13b855b8d52025a0ee0189713dd56ef8649193bc0756928edd9bf38
Contents?: true
Size: 798 Bytes
Versions: 2
Compression:
Stored size: 798 Bytes
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-07-13 10:26:09 -0400 using RuboCop version 0.40.0. # 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: 1 Metrics/AbcSize: Max: 19 # Offense count: 7 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 90 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 11 # Offense count: 1 # Cop supports --auto-correct. Performance/RedundantBlockCall: Exclude: - 'lib/dogwatch/dogfile.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dogwatch-1.2.0 | .rubocop_todo.yml |
dogwatch-1.1.1 | .rubocop_todo.yml |