elixir_git_hooks icon indicating copy to clipboard operation
elixir_git_hooks copied to clipboard

🪝 Add git hooks to Elixir projects

Results 22 elixir_git_hooks issues
Sort by recently updated
recently updated
newest added

Bumps [credo](https://github.com/rrrene/credo) from 1.7.2 to 1.7.3. Changelog Sourced from credo's changelog. 1.7.3 Credo.Check.Readability.AliasOrder now supports a :sort_method parameter Credo.Check.Readability.PredicateFunctionNames received fixes Credo.Check.Warning.MissedMetadataKeyInLoggerConfig received fixes Commits 79807d2 Bump version to 1.7.3...

dependencies

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.1 to 1.4.3. Release notes Sourced from dialyxir's releases. 1.4.3 Fixed Warnings with line & column. Formatting of :record_match warning. Changelog Sourced from dialyxir's changelog. [1.4.3] -...

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.17.1 to 0.18.0. Release notes Sourced from excoveralls's releases. v0.18.0 Changes Always floor coverage instead of rounding (#310). Note: If you want to keep the previous rounding...

dependencies

This PR removes the auto directory change on the project. To change the path where to execute the hooks, a `project_path` config will need to be set. The changes here...

Just a request for consideration to add some hint in the documentation should you run into unchecked dependencies errors after changes to dependencies after hooks are installed or on newly...

This PR basically removes the option to define the MFA arity function, instead it expects all MFA functions to have arity 1. The reason for that is that git will...

In a pre-commit hook I've got: `{:cmd, "mix ecto.create && mix ecto.migrate && mix ecto.rollback --all"}` Results in ``` ** (Mix) Could not invoke task "ecto.create": 1 error found! --all...

I'm trying to implement a pre-commit hook that would run mix format and mix credo only on staged files, but defining hook e.g. ` config :git_hooks, hooks: [ pre_commit: [...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.0 to 0.32.0. Changelog Sourced from ex_doc's changelog. v0.32.0 (2024-04-10) Enhancements Add the ability to see previews during autocompletion Remove serif font for content and prefer using...

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.17.1 to 0.18.1. Release notes Sourced from excoveralls's releases. v0.18.1 Changes Use explicit steps to remove 1.16 deprecation warning in Cobertura (#322). v0.18.0 Changes Always floor coverage...

dependencies