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 afe68fd commit 1ce394c
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 @@ -38,4 +38,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 1ce394c

Please sign in to comment.