Merge pull request #2639 from PascalWithopf/codestyle_leading_space

codestyle: check files that have correct codestyle
This commit is contained in:
Rainer Gerhards 2018-04-13 11:46:25 +02:00 committed by GitHub
commit ad3a5f2ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,34 @@ set -e
find -name "*.[ch]" | xargs rsyslog_stylecheck -w -f -l 120
# Note: we do stricter checks for some code sources that have been
# sufficiently cleaned up.
rsyslog_stylecheck plugins/imfile/imfile.c -l 120
rsyslog_stylecheck -l 120 compat/ifaddrs.h \
tests/override_getaddrinfo.c \
tests/ourtail.c \
tests/filewriter.c \
tests/omrelp_dflt_port.c \
tests/chkseq.c \
tests/getline.c \
tests/rt-init.c \
tests/override_gethostname_nonfqdn.c \
tests/inputfilegen.c \
tests/msleep.c \
tests/testconfgen.c \
plugins/imfile/imfile.c \
plugins/omrelp/omrelp.c \
plugins/external/skeletons/C/c_sample.c \
plugins/imsolaris/imsolaris.h \
plugins/imsolaris/sun_cddl.h \
plugins/imklog/solaris_cddl.h \
grammar/testdriver.c \
runtime/netstrms.h \
runtime/lib_ksi_queue.h \
runtime/var.c \
runtime/glbl.h \
runtime/nsdsel_ptcp.h \
runtime/strgen.h \
runtime/rsyslog.h \
runtime/strgen.c \
runtime/dynstats.h \
runtime/nsdpoll_ptcp.h \
runtime/im-helper.h \
runtime/queue.h