Commit e0c019d
chore: Move lint after unit tests.
It is disruptive to code-build-test cycles to run lint on code that
may still be generating red tests. This is especially annoying when
you're adding or removing arguments to functions and the linter is
bitching at you about linefeeds when you don't even know if the
code works yet.
Should block PRs, not unit test runs.1 parent 75dc17e commit e0c019d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments