Cop disabled in #364 Ruby 2.6 will give a deprecation warning if you use them together like: ``` def foo(bar: nil, **options) ``` as described here: https://bugs.ruby-lang.org/issues/14183