# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-04 16:29:20 -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: 3 Lint/IneffectiveAccessModifier: Exclude: - 'lib/swagger/builder.rb' # Offense count: 1 Lint/NestedMethodDefinition: Exclude: - 'lib/swagger/builder.rb' # Offense count: 2 # Configuration parameters: ContextCreatingMethods, MethodCreatingMethods. Lint/UselessAccessModifier: Exclude: - 'lib/swagger/builder.rb' # Offense count: 8 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 71 # Offense count: 73 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 116 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 13 # Offense count: 1 # Cop supports --auto-correct. Security/YAMLLoad: Exclude: - 'swagger_spec/test/validate_spec.rb' # Offense count: 2 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/swagger.rb' - 'lib/swagger/boolean.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys Style/HashSyntax: Exclude: - 'swagger_spec/test/validate_spec.rb' # Offense count: 1 # Cop supports --auto-correct. Style/NestedParenthesizedCalls: Exclude: - 'swagger_spec/test/validate_spec.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. # SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Exclude: - 'lib/swagger/mime_type.rb' - 'swagger-core.gemspec'