noabspath

Crates.ionoabspath
lib.rsnoabspath
version1.0.2
sourcesrc
created_at2020-07-15 18:50:59.354123
updated_at2024-04-19 17:43:57.098109
descriptionDetect hard-coded absolute paths in codesbases
homepagehttps://github.com/wdroz/noabspath
repositoryhttps://github.com/wdroz/noabspath
max_upload_size
id265538
size346,005
William Droz (wdroz)

documentation

README

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

or

sudo snap install noabspath --edge
Commit count: 72

cargo fmt