File: README.md

package info (click to toggle)
pcs 0.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,580 kB
  • sloc: python: 228,655; xml: 20,710; ruby: 13,336; makefile: 1,554; sh: 485
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Pre-commit hook

It makes checks and warns the committer when there is something suspicious.

## Install

Just copy the main file to githooks (assume you are in project root dir):
```
cp ./scripts/pre-commit/pre-commit.sh .git/hooks/pre-commit
```