pathlint 0.0.24

Lint the PATH environment variable against declarative ordering rules.
Documentation
1
2
3
4
5
6
[source.go]
description = "binaries from `go install`"
windows = "$UserProfile/go/bin"
unix    = "$HOME/go/bin"
# `go install` doesn't ship a remove command — `rm $GOBIN/<bin>`
# is the practical answer, but it depends on the shell.