Migrate dev:static-checks to dev:lint in standalone script

This commit is contained in:
Claudio Ortolina
2025-10-06 18:21:49 +03:00
parent 27608986df
commit 4d5fcf64e0
3 changed files with 12 additions and 4 deletions
-4
View File
@@ -53,10 +53,6 @@ hide = true
# DEVELOPMENT/TEST
[tasks."dev:static-checks"]
description = 'Run static checks for code formatting, translations, quality'
run = 'mix do format, credo, gettext.extract --merge'
[tasks.test]
description = 'Run project tests'
run = 'mix test'