-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Description
Ran into mix format --check failing in CI because my .heex files weren't formatted.
git-hooks.nix/modules/hooks.nix
Lines 3217 to 3223 in 16ec914
| mix-format = { | |
| name = "mix-format"; | |
| description = "Runs the built-in Elixir syntax formatter"; | |
| package = tools.elixir; | |
| entry = "${hooks.mix-format.package}/bin/mix format"; | |
| files = "\\.exs?$"; | |
| }; |
I think mix format is extensible, though, so maybe there could be some way to configure extra file extensions?
Or could just add .heex?
Metadata
Metadata
Assignees
Labels
No labels