Sha256: 5156385ecf21767ac53ba293c12711db1c143663601d30490065fa24e1aad554
Contents?: true
Size: 1.6 KB
Versions: 3
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: 105 # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
modulesync-1.2.0 | .rubocop_todo.yml |
modulesync-1.1.0 | .rubocop_todo.yml |
modulesync-1.0.0 | .rubocop_todo.yml |