aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-02-01 15:14:36 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-02-01 19:37:05 +0000
commitb0a8347f424dd3f778b6d55e18c37373302c3568 (patch)
tree0fe33cd7a0c3fed2f98bd175c45532137fdd307a
parent2bf4b357b1e07a0a3d96959a54d2e89e24e3d0ab (diff)
pre-commit: ignore ASN.1 template files
They trigger false positives Change-Id: I0cc22e0600461475e67610ac7e9dc687822c87f2 Reviewed-on: https://code.wireshark.org/review/13639 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--tools/pre-commit-check.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pre-commit-check.conf b/tools/pre-commit-check.conf
index 2c172d64d4..314cf267d5 100644
--- a/tools/pre-commit-check.conf
+++ b/tools/pre-commit-check.conf
@@ -9,5 +9,6 @@
# The pathname wildcards allowed are: '*', '?', character set '[abc]' or
# negated with '[!abc]'.
+asn1/*/packet-*-template.c
extcap/*
tools/lemon/*