# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-08-15 16:01:39 -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: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 103 # Offense count: 80 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 142 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 14 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 238 # Offense count: 1 Style/AsciiComments: Exclude: - 'lib/hyperclient/collection.rb' # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Exclude: - 'features/steps/api_navigation.rb' - 'features/steps/default_config.rb' # Offense count: 14 Style/Documentation: Exclude: - 'features/steps/api_navigation.rb' - 'features/steps/default_config.rb' - 'features/support/api.rb' - 'features/support/fixtures.rb' - 'lib/hyperclient/version.rb' - 'test/faraday/connection_test.rb' - 'test/hyperclient/attributes_test.rb' - 'test/hyperclient/collection_test.rb' - 'test/hyperclient/curie_test.rb' - 'test/hyperclient/entry_point_test.rb' - 'test/hyperclient/link_collection_test.rb' - 'test/hyperclient/link_test.rb' - 'test/hyperclient/resource_collection_test.rb' - 'test/hyperclient/resource_test.rb' # Offense count: 2 Style/DoubleNegation: Exclude: - 'lib/hyperclient/curie.rb' - 'lib/hyperclient/link.rb' # Offense count: 5 # Cop supports --auto-correct. Style/Lambda: Exclude: - 'test/hyperclient/entry_point_test.rb' - 'test/hyperclient/link_test.rb' - 'test/hyperclient/resource_test.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. Style/RegexpLiteral: Exclude: - 'features/support/api.rb'