Sha256: 0dde4e6687c463aa54e07ea06c244e943011fbe3a17d2718f67db7cd6327ca6c
Contents?: true
Size: 1.45 KB
Versions: 3
Compression:
Stored size: 1.45 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-05-21 20:10:36 -0700 using RuboCop version 0.83.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 Lint/ShadowedException: Exclude: - 'lib/typesense/api_call.rb' # Offense count: 2 # Configuration parameters: AllowComments. Lint/SuppressedException: Exclude: - 'examples/collections_and_documents.rb' - 'examples/search.rb' - 'examples/keys.rb' # Offense count: 10 RSpec/MultipleExpectations: Max: 5 # Offense count: 13 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/typesense.rb' - 'lib/typesense/alias.rb' - 'lib/typesense/aliases.rb' - 'lib/typesense/api_call.rb' - 'lib/typesense/client.rb' - 'lib/typesense/collection.rb' - 'lib/typesense/collections.rb' - 'lib/typesense/configuration.rb' - 'lib/typesense/debug.rb' - 'lib/typesense/document.rb' - 'lib/typesense/documents.rb' - 'lib/typesense/override.rb' - 'lib/typesense/overrides.rb' # Offense count: 157 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 312
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typesense-0.5.5 | .rubocop_todo.yml |
typesense-0.5.4 | .rubocop_todo.yml |
typesense-0.5.3 | .rubocop_todo.yml |