|
|
|
|
|
by TechBro8615
1328 days ago
|
|
The script is for static analysis, so it only needs to run once against each code change, and in theory it shouldn't need to be portable code, unless the code under test is the static analysis code itself. In other words, they control where this script runs and there is no need to run it on more than one platform, so it's okay for it to be non-portable. |
|