Skip to content

fix: Formatter config depending in Mix breaks formatter#181

Merged
odarriba merged 1 commit into
mainfrom
fix-formatter
May 17, 2026
Merged

fix: Formatter config depending in Mix breaks formatter#181
odarriba merged 1 commit into
mainfrom
fix-formatter

Conversation

@odarriba
Copy link
Copy Markdown
Contributor

When using error_tracker in other projects and telling the formatter to import the config from :error_tracker dependency causes ExpertLS to break and not applying styles properly.

Debugging locally I found that it is because of the Elixir version autodetect we use. This pull request is removing that, as we:

  • are not updating it regularly
  • if we import the config on projects using error_tracker we do not need to get the minimum elixir version on that project.

@odarriba odarriba requested a review from crbelaus May 17, 2026 10:25
@odarriba odarriba self-assigned this May 17, 2026
Copy link
Copy Markdown
Contributor

@crbelaus crbelaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@odarriba odarriba merged commit 719669e into main May 17, 2026
6 checks passed
@odarriba odarriba deleted the fix-formatter branch May 17, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants