Codeminer42 / cm42-central

Fork and Evolution of the Fulcrum project - An agile project planning tool and Pivotal Tracker drop-in replacement
https://central.cm42.io
GNU Affero General Public License v3.0
306 stars 74 forks source link

Chore: Update and Setup Rubocop #981

Open danielmbrasil opened 1 month ago

danielmbrasil commented 1 month ago

What this PR do ?

This PR updates the existing version of Rubocop and adds a new setup for it.

Adds:

Related Issues

Update Ruby gems #931.

Screenshots (if applicable)

Additional Notes (if any)

This PR adds a simple config to .rubocop.yml, which can be adjusted to match the project’s needs (e.g., turning off any cops we don’t need). It also includes a .rubocop_todo.yml file that ignores all current offenses, just to list everything that needs fixing down the line.