pathlint 0.0.24

Lint the PATH environment variable against declarative ordering rules.
Documentation
1
2
3
4
5
6
7
8
9
10
# Windows GCC toolchains. Substring matches recognise the typical
# C:\mingw* and C:\msys* install layouts.

[source.mingw]
description = "MinGW GCC toolchain on Windows"
windows = "mingw"

[source.msys]
description = "MSYS2 environment on Windows"
windows = "msys"