Sha256: 2432da76ce8bb0daa8073b44ba8cb408811a9bc7f51cfb3207ea8c7af920d2da
Contents?: true
Size: 1.16 KB
Versions: 7
Compression:
Stored size: 1.16 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-13 09:02:04 -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: 2 Lint/HandleExceptions: Exclude: - 'lib/slayer/command.rb' - 'test/lib/result_matcher_test.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods. Lint/UnusedMethodArgument: Exclude: - 'lib/slayer/form.rb' # Offense count: 1 Metrics/AbcSize: Max: 19 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 5 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 18 # Offense count: 1 Metrics/PerceivedComplexity: Max: 10 # Offense count: 6 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/ext/**/*' - 'lib/slayer/command.rb' - 'lib/slayer/errors.rb' - 'lib/slayer/form.rb' - 'lib/slayer/result.rb'
Version data entries
7 entries across 7 versions & 1 rubygems