Sha256: cb8a5854115d5304fb0875ec4e09ab64cbf2a2566c7a987512ee9f96a44d14b6
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-09 21:30:53 -0800 using RuboCop version 0.47.1. # 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 Lint/AmbiguousOperator: Exclude: - 'lib/percy/cli.rb' # Offense count: 4 Metrics/AbcSize: Max: 81 # Offense count: 4 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 139 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 61 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 159 # Offense count: 1 Metrics/PerceivedComplexity: Max: 12 # Offense count: 6 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/percy/cli/snapshot_spec.rb' # Offense count: 11 RSpec/MultipleExpectations: Max: 6 # Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/percy/cli.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/percy/cli/snapshot.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
percy-cli-1.2.9 | .rubocop_todo.yml |
percy-cli-1.2.8 | .rubocop_todo.yml |