Commit 83b2c77
Assume some warnings might not have the full PROJECT_ROOT
In the case of minitest assert_nil:
> Use assert_nil if expecting nil from test/application/configuration_test.rb:4031
We can cheat and expect any warning that has a path which includes
"test/*.rb" should exist before raising in CI.
If the message doesn't contain a path like that, and is not included in
the PROJECT_ROOT then we can ignore it.1 parent b575d93 commit 83b2c77
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments