Try running rubocop via pronto in gh actions

This commit is contained in:
Michael Ball 2021-02-24 02:50:29 -08:00
parent 7e5889545e
commit bdc4c45427
2 changed files with 30 additions and 0 deletions

View file

@ -15,6 +15,14 @@ AllCops:
#################### Style ###########################
Style/CommentAnnotation:
keywords:
- TODO
- TODO (snapcon)
- OPTIMIZE
- HACK
- REVIEW
##################### Metrics ##################################
##################### Rails ##################################