RequestForComments: CODING_STYLE proposal and check scripts
Created originally on Bitbucket by frantony (Antony Pavlov)
Was already merged in Bitbucket before import, marked as merged by the import user
This pull request adding initial CODING_STYLE document for ML (based on comments for pull request 157).
Also this pull request propose some scripts for coding style checking:
-
check-bb-pull-request.sh
--- script for checking pull requsts on bitbucket; -
check-before-hg-commit.sh
--- script for checking local changes before commiting them; -
checkpatch.pl
--- base check script (capable to check patches (seehg export
), but IMHO nobody use Mercurial patches then working on ML :)).
Please comment this pull request!