Sha256: a95ead555cbb67a120e08a52e14faf5d068ff6d805d0513dc14a5321b5ac5dbd
Contents?: true
Size: 1.6 KB
Versions: 4
Compression:
Stored size: 1.6 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-10-07 12:25:07 -0700 using RuboCop version 0.34.2. # 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: 2 Lint/UselessAssignment: Exclude: - 'lib/modulesync.rb' - 'lib/modulesync/cli.rb' # Offense count: 6 Metrics/AbcSize: Max: 64 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 107 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 8 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 79 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 140 # Offense count: 4 Metrics/PerceivedComplexity: Max: 16 # Offense count: 9 # Configuration parameters: Exclude. Style/Documentation: Exclude: - 'lib/modulesync.rb' - 'lib/modulesync/cli.rb' - 'lib/modulesync/constants.rb' - 'lib/modulesync/git.rb' - 'lib/modulesync/hook.rb' - 'lib/modulesync/renderer.rb' - 'lib/modulesync/util.rb' # Offense count: 1 Style/EachWithObject: Exclude: - 'lib/modulesync/util.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/modulesync/cli.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Style/Semicolon: Exclude: - 'lib/modulesync/util.rb'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
modulesync-2.0.2 | .rubocop_todo.yml |
modulesync-2.0.1 | .rubocop_todo.yml |
modulesync-2.0.0 | .rubocop_todo.yml |
modulesync-1.3.0 | .rubocop_todo.yml |