neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 277 forks source link

Update RuboCop config #1698

Closed leoarnold closed 1 year ago

leoarnold commented 1 year ago

RuboCop v1.52.1 threw some errors, so we rengenerate the .rubocop_todo.yml and make minimal changes to get RuboCop working again.

We also add RuboCop to CI to ensure this does not happen again.

klobuczek commented 1 year ago

@leoarnold I feel like we should not have the rubocop_todo.yml as this disables all those checks and new problems of the same type can be added if I understand it correctly. With codeclimate we will only get newly introduced problems on each PR. I'm merging this PR for codeclimate to succeed on master. Please make another PR if you agree..