Commit ffc7b51
authored
Fix warnings (#960)
* Fix warning about preferred_cli_env
* Update logger config and fix warning
* Fix typing violations in client test
* Fix warning about fixture files
warning: the following files do not match any of the configured `:test_load_filters` / `:test_ignore_filters`:
test/fixtures/example-umbrella-app-with-conflict/apps/app_a/lib/module_a.ex
test/fixtures/example-umbrella-app-with-conflict/apps/app_b/lib/module_a.ex
test/fixtures/example-umbrella-app/apps/app_a/lib/module_a.ex
test/fixtures/example-umbrella-app/apps/app_b/lib/module_b.ex
This might indicate a typo in a test file name (for example, using "foo_tests.exs" instead of "foo_test.exs").
See the configuration for `:test_pattern` under `mix help test` for more information.1 parent c282acd commit ffc7b51
3 files changed
+20
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments