Sha256: e68dbc920a37f1207abff6b19a8e228645b26ee8f4638eb599f2c6a8c2c0560c
Contents?: true
Size: 1.17 KB
Versions: 11
Compression:
Stored size: 1.17 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-01-16 15:57:05 +0100 using RuboCop version 0.42.0. # 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: EnforcedStyle, SupportedStyles, IndentationWidth. # SupportedStyles: with_first_parameter, with_fixed_indentation Style/AlignParameters: Exclude: - 'spec/see_as_vee_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - 'lib/see_as_vee/producers/hashes.rb' - 'spec/producers/hashes_spec.rb' # Offense count: 160 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Gemfile' - 'bin/console' - 'lib/see_as_vee/sheet.rb' - 'spec/see_as_vee_spec.rb'
Version data entries
11 entries across 11 versions & 1 rubygems