noabspath search and highlight all absolute paths detected.
William DrozDetect hard-coded absolute paths in codesbases USAGE: noabspath [OPTIONS] OPTIONS: -h, --help Print help information -i, --ignore-file File that contains patterns to ignore [default: .gitignore] -p, --path Path of codebase to check [default: .] -V, --version Print version information
The most common use case is to use noabspath in your CI pipeline.