dry-rb / dry-effects

Algebraic effects in Ruby
https://dry-rb.org/gems/dry-effects/
MIT License
112 stars 20 forks source link

Correct warnings (and one error) from Rubocop 0.79.0 #75

Closed leehambley closed 4 years ago

leehambley commented 4 years ago

Simple one, when running my code through Rubocop to get it formatted and styled properly for https://github.com/dry-rb/dry-effects/issues/73 I ran into some issues.

Probably the Ruby/Rubocop version you're using on your end isn't the bleeding edge one I got on my clean Ruby 2.7.0 and Rubocop 0.79.0 install today.

flash-gordon commented 4 years ago

Sorry, rubocop config is centrally managed via dry-rub/devtools. Due to some limitations of codacity we stuck on a stale version of the tool. As soon as these limitations are lifted, we’ll update the config

leehambley commented 4 years ago

Understood, thanks for the clarification :) I assumed I was missing something.