# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-12-03 18:55:17 -0500 using RuboCop version 0.60.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: 7 Metrics/AbcSize: Max: 26 # Offense count: 11 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 25 # Offense count: 1 Naming/AccessorMethodName: Exclude: - 'lib/mako/core.rb' # Offense count: 26 Style/Documentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/RedundantBegin: Exclude: - 'lib/mako/article.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Style/Semicolon: Exclude: - 'lib/mako/article.rb' # Offense count: 58 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 581