# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-08-06 12:27:03 -0400 using RuboCop version 0.33.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: 30 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 129 # Offense count: 10 Style/Documentation: Exclude: - 'app/api/acme/ping.rb' - 'app/api/acme/post.rb' - 'app/api/acme/protected.rb' - 'app/api/acme/raise.rb' - 'app/api/api.rb' - 'app/controllers/application_controller.rb' - 'app/controllers/welcome_controller.rb' - 'app/helpers/application_helper.rb' - 'app/helpers/welcome_helper.rb' - 'config/application.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. Style/RegexpLiteral: Exclude: - 'spec/spec_helper.rb'