elixir-error-tracker / error-tracker

🐛 An Elixir-based built-in error reporting and tracking solution
https://hex.pm/packages/error_tracker
Apache License 2.0
383 stars 17 forks source link

Linting only on latest Elixir/Erlang combination #47

Closed kianmeng closed 2 months ago

crbelaus commented 2 months ago

I am not inclined to merge this change as I think it does not provide any benefit over the current status. We are consciously checking every supported version explicitly. Linting is a part of this check.

Furthermore since we support Elixir 1.15+ we do want to check Elixir 1.15.0 as it is the minimum supported version. Your proposal would start checking on 1.15.8 as it is the latest version on that branch. This means that there would be previous versions that are supported but not checked in the CI.