karolsluszniak / ex_check

One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
https://hex.pm/packages/ex_check
MIT License
305 stars 11 forks source link

Should we have a default gettext check? #37

Closed dvic closed 4 months ago

dvic commented 11 months ago

https://hexdocs.pm/gettext/Mix.Tasks.Gettext.Extract.html mentions mix gettext.extract --check-up-to-date

karolsluszniak commented 11 months ago

Sure, why not. We can enable detection based on the gettext lib same as for many other default checks. Feel invited to submit an MR.