# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-04-11 15:07:00 -0500 using RuboCop version 0.47.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: 9 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'app/models/riiif/file.rb' - 'app/services/riiif/option_decoder.rb' - 'lib/riiif/http_file_resolver.rb' # Offense count: 1 Lint/HandleExceptions: Exclude: - 'spec/models/riiif/http_file_resolver_spec.rb' # Offense count: 1 Lint/UselessAssignment: Exclude: - 'app/models/riiif/file.rb' # Offense count: 5 Metrics/AbcSize: Max: 29 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 96 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 117 # Offense count: 6 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 18 # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/riiif/rails/routes.rb' # Offense count: 14 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'app/controllers/riiif/images_controller.rb' - 'app/models/riiif/file.rb' - 'app/models/riiif/image.rb' - 'lib/riiif.rb' - 'lib/riiif/abstract_file_system_resolver.rb' - 'lib/riiif/akubra_system_file_resolver.rb' - 'lib/riiif/engine.rb' - 'lib/riiif/file_system_file_resolver.rb' - 'lib/riiif/http_file_resolver.rb' - 'lib/riiif/nil_authorization_service.rb' - 'lib/riiif/rails/routes.rb' - 'lib/riiif/routes.rb'