An open API service indexing awesome lists of open source software.

https://github.com/dyollb/check-spaces-in-paths

Prevent committing files or folders with spaces in their names
https://github.com/dyollb/check-spaces-in-paths

githook hook pre-commit

Last synced: about 2 months ago
JSON representation

Prevent committing files or folders with spaces in their names

Awesome Lists containing this project

README

          

# check-spaces-in-paths

Prevent committing files or folders with spaces in their names

## Usage as pre-commit hook:

```yml
- repo: https://github.com/dyollb/check-spaces-in-paths
rev: v0.1.0
hooks:
- id: check-spaces-in-paths
```