noabspath search and highlight all absolute paths detected.
noabspath 0.1.6 William Drozcheck that there aren't absolute paths in codebases USAGE: noabspath FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: -i, --ignore_file File that contains patterns to ignore (default .gitignore) ARGS: path of codebase to check
The most common use case is to use noabspath in your CI pipeline.