algolia/algoliasearch-jekyll

View on GitHub
lib/error_handler.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method error_tester has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def error_tester
    # Ex: Cannot PUT to https://appid.algolia.net/1/indexes/index_name/settings:
    # {"message":"Invalid Application-ID or API key","status":403} (403)
    VerEx.new do
      find 'Cannot '
Severity: Minor
Found in lib/error_handler.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status