fluent/fluentd

View on GitHub
lib/fluent/plugin_helper/http_server/app.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def call(request)
          method = request.method
          resp =
            case method
            when HttpServer::Methods::GET
Severity: Minor
Found in lib/fluent/plugin_helper/http_server/app.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status