Sha256: 6803de459992e24f5e4664300a287239b329a78c9694c7d194dfc3b0504b6716
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-11-08 09:00:33 +0100 using RuboCop version 0.76.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 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/httape_recorder/server.rb' # Offense count: 1 Metrics/AbcSize: Max: 25 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 27 # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/httape_recorder/server.rb' # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 87
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
httape_recorder-0.1.0 | .rubocop_todo.yml |