Commit d2d8975
committed
feat: run staticcheck in serial mode
the way we collate all file arguments into their respective packages,
parallelization by pre-commit is counter-productive, as files from the
same packages can end up in different invocations of staticcheck,
resulting in the same package being run several times.1 parent 936478c commit d2d8975
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments