Skip to content

Commit

Permalink
feat: Makefile task for usual commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Jun 14, 2024
1 parent 5766d21 commit df3c173
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ logs:
docker-compose -f docker-compose.local.yml logs app

rebuild:
docker-compose -f docker-compose.local.yml up --build -d
docker-compose -f docker-compose.local.yml up --build -d

# Git utils

prepare-commit:
bundle exec erblint -la -a
bundle exec rubocop -A
bundle exec i18n-tasks normalize --locales en,fr
bundle exec i18n-tasks unused --locales en,fr

0 comments on commit df3c173

Please sign in to comment.