Hi, +1
Steve Su ------------------ Original ------------------ From: "dev" <[email protected]>; Date: Thu, Jun 17, 2021 05:15 PM To: "[email protected]"<[email protected]>; Subject: Move spotless check into a separate task Greetings everyone: I found it very annoying if I forgot to use spotless to unify the format, then all tests would fail directly and that CI run would be totally useless and a waste of time, as I could not see whether my changes would fix some tests or not. So I suggest to move the spotless check into as a separate CI task, so even if I have to correct the format, I can still use this run to check if the tests are fixed. Best Tian Jiang
