Sha256: 8f1c5c31cdaa5a58050954305513c3f8f2560fc645b4c678c4f3b7fa44fb1e6b
Contents?: true
Size: 1.59 KB
Versions: 11
Compression:
Stored size: 1.59 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-06-10 12:21:53 +0900 using RuboCop version 0.57.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 # Cop supports --auto-correct. Layout/ClosingHeredocIndentation: Exclude: - 'svmkit.gemspec' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent Layout/IndentHeredoc: Exclude: - 'svmkit.gemspec' # Offense count: 1 # Cop supports --auto-correct. Layout/LeadingBlankLines: Exclude: - 'svmkit.gemspec' # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 29 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 3 Metrics/PerceivedComplexity: Max: 13 # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys Style/HashSyntax: Exclude: - 'Rakefile' # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Gemfile' - 'Rakefile' - 'bin/console'
Version data entries
11 entries across 11 versions & 1 rubygems