#tools #ci #cicd #cli

app noabspath

Detect hard-coded absolute paths in codesbases

10 releases (2 stable)

1.0.1 Apr 27, 2022
1.0.0 Apr 21, 2022
0.1.8 Apr 21, 2022
0.1.6 Jul 29, 2020

#760 in Command line utilities

Download history 5/week @ 2022-11-22 1/week @ 2022-11-29 2/week @ 2022-12-06 2/week @ 2022-12-13 12/week @ 2022-12-20 1/week @ 2022-12-27 1/week @ 2023-01-03 1/week @ 2023-01-17 15/week @ 2023-01-24 6/week @ 2023-01-31 11/week @ 2023-02-07 50/week @ 2023-02-14 13/week @ 2023-02-21 1/week @ 2023-03-07

64 downloads per month

GPL-3.0-or-later

305KB
231 lines

Say no to absolute paths in your codebases!

noabspath search and highlight all absolute paths detected.

Usage

William Droz 
Detect 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

Use case

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

Install

Cargo

cargo install noabspath

Snap

sudo snap install noabspath

Dependencies

~6MB
~129K SLoC