Commit 16ef744
committed
pylint_check: Let user specify a specific directory to check
For instance, while working on CircuitPython_RGBMatrix, I can just run
./pylint_check CircuitPython_RGBMatrix
which gives a much faster turnaround time (a few seconds, rather than minutes
on my laptop) and doesn't show extraneous messages about other code fragments.
When no argument is specified, the script behaves as before, so it does not
affect CI.1 parent 2f2fd55 commit 16ef744
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
0 commit comments