Say no to absolute paths in your codebases!

noabspath search and highlight all absolute paths detected.

Usage

noabspath 0.1.6
William Droz 
check that there aren't obvious 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

Use case

The most common use case is to use noabspath in your CI pipeline.