Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_helper: server: compat: Suppress keyword arguments incompatibiity warnings #3180

Commits on Nov 24, 2020

  1. plugin_helper: server: compat: Suppress keyword arguments incompatibl…

    …ity warnings
    
    Otherwise, Ruby 2.7 complains with the following warnings:
    
    ```log
    /usr/lib/ruby/gems/2.7.0/gems/fluentd-1.11.5/lib/fluent/plugin_helper/http_server/compat/server.rb:84: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
    /usr/lib/ruby/gems/2.7.0/gems/fluentd-1.11.5/lib/fluent/plugin_helper/http_server/compat/webrick_handler.rb:26: warning: The called method `build' is defined here
    ```
    
    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c7d0b40 View commit details
    Browse the repository at this point in the history