# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-09-28 12:01:20 -0300 using RuboCop version 0.43.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 Metrics/AbcSize: Max: 20 # Offense count: 7 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 138 # Offense count: 4 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/ataulfo/kernel_extension.rb' - 'lib/ataulfo/pattern_matching.rb' # Offense count: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: when_needed, always Style/FrozenStringLiteralComment: Exclude: - 'Gemfile' - 'Guardfile' - 'Rakefile' - 'ataulfo.gemspec' - 'lib/ataulfo.rb' - 'lib/ataulfo/kernel_extension.rb' - 'lib/ataulfo/pattern_matching.rb' - 'lib/ataulfo/version.rb' # Offense count: 2 Style/MethodMissing: Exclude: - 'lib/ataulfo/pattern_matching.rb' # Offense count: 1 # Cop supports --auto-correct. Style/MutableConstant: Exclude: - 'lib/ataulfo/version.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - 'ataulfo.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'Guardfile' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Style/Semicolon: Exclude: - 'lib/ataulfo/pattern_matching.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: space, no_space Style/SpaceBeforeBlockBraces: Exclude: - 'ataulfo.gemspec' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. # SupportedStyles: space, no_space, compact Style/SpaceInsideHashLiteralBraces: Exclude: - 'Guardfile' - 'lib/ataulfo/pattern_matching.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: use_perl_names, use_english_names Style/SpecialGlobalVars: Exclude: - 'ataulfo.gemspec' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Rakefile' - 'ataulfo.gemspec' - 'lib/ataulfo/kernel_extension.rb' - 'lib/ataulfo/version.rb' # Offense count: 1 Style/StructInheritance: Exclude: - 'lib/ataulfo/pattern_matching.rb' # Offense count: 2 # Cop supports --auto-correct. Style/UnneededPercentQ: Exclude: - 'ataulfo.gemspec'