gems/dry-schema-1.11.3/lib/dry/schema/macros/dsl.rb:125: warning: Skipping set of ruby2_keywords flag for schema (method accepts keywords or method does not accept argument splat)
gems/dry-schema-1.11.3/lib/dry/schema/macros/dsl.rb:140: warning: Skipping set of ruby2_keywords flag for hash (method accepts keywords or method does not accept argument splat)
gems/dry-schema-1.11.3/lib/dry/schema/macros/dsl.rb:164: warning: Skipping set of ruby2_keywords flag for each (method accepts keywords or method does not accept argument splat)
gems/dry-schema-1.11.3/lib/dry/schema/macros/dsl.rb:184: warning: Skipping set of ruby2_keywords flag for array (method accepts keywords or method does not accept argument splat)
gems/dry-schema-1.11.3/lib/dry/schema/macros/key.rb:29: warning: Skipping set of ruby2_keywords flag for filter (method accepts keywords or method does not accept argument splat)
When using ... you don't need to call ruby2_keywords.
From what I figured, these signatures were changed by rubocop recently.
When using
...
you don't need to callruby2_keywords
.From what I figured, these signatures were changed by rubocop recently.