Commit 0432a90
authored
fix: Replace credo with styler (#170)
Contrary to [Credo](https://github.com/rrrene/credo), which requires
manual intervention, [Styler](https://github.com/adobe/elixir-styler)
applies changes and fixes automatically.
I've also synced the minimum supported Elixir version in the mix project
and in Styler. This means that Styler won't apply some rewrites (such as
`to_timeout`) until the project supports Elixir 1.17 or newer only.1 parent 74328ba commit 0432a90
File tree
34 files changed
+144
-354
lines changed- .github/workflows
- config
- lib
- error_tracker
- integrations
- migration
- postgres
- plugins
- schemas
- web
- components
- live
- router
- mix/tasks
- test
- error_tracker
- integrations
34 files changed
+144
-354
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | | - | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 3 | | |
15 | 4 | | |
16 | 5 | | |
| |||
19 | 8 | | |
20 | 9 | | |
21 | 10 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 11 | | |
33 | 12 | | |
34 | 13 | | |
35 | 14 | | |
36 | | - | |
| 15 | + | |
37 | 16 | | |
38 | | - | |
| 17 | + | |
39 | 18 | | |
40 | 19 | | |
41 | | - | |
| 20 | + | |
42 | 21 | | |
43 | 22 | | |
44 | 23 | | |
45 | 24 | | |
46 | | - | |
| 25 | + | |
47 | 26 | | |
48 | | - | |
| 27 | + | |
49 | 28 | | |
50 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
0 commit comments