Sha256: 5d172b2cc60fe5a3e50ec241d4744411d915c30c8f4661de15b172f5f69af492
Contents?: true
Size: 1.56 KB
Versions: 4
Compression:
Stored size: 1.56 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-02-14 21:55:21 UTC using RuboCop version 1.24.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 # Cop supports --auto-correct. # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequireMFA: Exclude: - 'modulesync.gemspec' # Offense count: 9 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 60 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 186 # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 15 # Offense count: 17 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 34 # Offense count: 4 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 16 # Offense count: 8 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/modulesync.rb' - 'lib/modulesync/cli.rb' - 'lib/modulesync/hook.rb' - 'lib/modulesync/renderer.rb' - 'lib/modulesync/util.rb' # Offense count: 1 # Configuration parameters: AllowedMethods. # AllowedMethods: respond_to_missing? Style/OptionalBooleanParameter: Exclude: - 'lib/modulesync/puppet_module.rb'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
modulesync-2.5.0 | .rubocop_todo.yml |
modulesync-2.4.0 | .rubocop_todo.yml |
modulesync-2.3.1 | .rubocop_todo.yml |
modulesync-2.3.0 | .rubocop_todo.yml |