Low priority but it would be worthwhile to add some linting capability to the GitHub CI Action that tests each push to the repository main. I believe this would be fairly easy to do via the .github/workflows/ci.yml file to add things like rubocop.
I might want to use a Robocop plugin for Code IDE. It may or may not make sense to also add a Robocop requireemtn to GitHub check-in since I am the only developer.
Low priority but it would be worthwhile to add some linting capability to the GitHub CI Action that tests each push to the repository main. I believe this would be fairly easy to do via the .github/workflows/ci.yml file to add things like rubocop.