Skip to content

PHP-CS-Fixer/trailing-whitespace-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trailing whitespaces checker

This little bash script recursively iterates all files in the current directory and reports those that have lines with trailing whitespaces. In case a file is found, the script will exit with status code 3, or 0 otherwise.

Installation

Copy the check-trailing-whitespaces file in a directory that is part of your PATH so it can be executed globally.

Usage

Just run the script:

$ check-trailing-whitespace

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published