Commit Graph

5 Commits

Author SHA1 Message Date
Victor Toso
14f1303053 syntax-check: Fix missing AUTHORS
Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2016-12-05 13:48:28 +00:00
Pavel Grunt
1a158ce728 syntax-check: Fix missing AUTHORS
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2016-01-08 11:23:44 +00:00
Christophe Fergeau
5860ab97e3 syntax-check: Add missing AUTHORS 2015-10-19 14:25:36 +02:00
Daniel P. Berrange
8646341983 Add recent new committers to AUTHORS file / mailmap
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-04-25 09:49:29 +01:00
Daniel P. Berrange
b5060ff813 Add a 'syntax-check' make target
The 'make syntax-check' target is used to perform various code
style sanity checks, as well as to detect certain trivial error
patterns. The target is placed in GNUmakefile, instead of Makefile.am
since it relies on GNU specific make extensions.

The actual GNUmakefile and maint.mk files are taken from the
GNULIB project, unchanged

The cfg.mk file is used to configure which of the syntax checks
are activated, to allow addition of new project specific syntax
checks, and to blacklist certain files which should not be checked

* .mailmap: Add mapping for various broken email addrs in
  commit log, to stop complaints about AUTHORS file missing
  entries
* GNUmakefile: define the 'syntax-check' rule
* maint.mk: definition of standard syntax checks
* cfg.mk: configuration for checks
2012-01-13 18:12:00 +02:00