slim-template / slim

Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
https://slim-template.github.io
MIT License
5.29k stars 500 forks source link

Add rubocop to ci #938

Open olleolleolle opened 9 months ago

olleolleolle commented 9 months ago

This adds a bare-bones RuboCop configuration. Fixes #927.

minad commented 9 months ago

Thanks. This is a good start. I'd like to check if we can enable more rules than just the security rules.

olleolleolle commented 9 months ago

https://docs.rubocop.org/rubocop/cops.html lists all the ones built in.