kjoewill / day-reservations

SImple system to reserve assets for particular time slots in a day
MIT License
0 stars 0 forks source link

Employ linting tools #3

Open kjoewill opened 1 year ago

kjoewill commented 1 year ago

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.

kjoewill commented 1 year ago

Here is an intro article to Robocop

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.