summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2020-12-15 10:19:25 +0100
committerDamjan Marion <dmarion@me.com>2021-03-05 10:52:51 +0000
commitab9f57355f43976930ef52e6091ef80412b065a0 (patch)
tree21c99540adfdfc2a60d3ce1f1da41a11af2df23c /Makefile
parentd9360174483d3716886fa42f1b7041fc0cc79ef9 (diff)
api: crchcecker ignore version < 1.0.0 and outside of src directory
- For check patchset ignore files outside of src directory - For check patchset ignore files that have version < 1.0.0 - fix Pylint warnings - Modify vppapigen_crc to include version in JSON output Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I171cf6397e129e2438b2a494c5656236a7810f7b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69500400d39..149af03e8c9 100644
--- a/Makefile
+++ b/Makefile
@@ -641,7 +641,7 @@ fixstyle:
.PHONY: checkstyle-api
checkstyle-api:
- @extras/scripts/crcchecker.py --check-patch
+ @extras/scripts/crcchecker.py --check-patchset
# necessary because Bug 1696324 - Update to python3.6 breaks PyYAML dependencies
# Status: CLOSED CANTFIX