Commit 719669e
authored
fix: Formatter config depending in Mix breaks formatter (#181)
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.1 parent e0ae6f5 commit 719669e
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
0 commit comments