summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOle Tr�an <otroan@employees.org>2020-12-15 15:11:21 +0000
committerOle Tr�an <otroan@employees.org>2020-12-15 16:04:03 +0000
commit58a6e7725212188dc993c2d6ac9fb149f33ed0db (patch)
treeeaac10586c4bdfdcdcea5f366de24c9ae0ac5183 /Makefile
parent3dcf795cf07885285124eed88fb44fc7d70a28c6 (diff)
api: crchcecker ignore version < 1.0.0 and outside of src directory
This reverts commit 510aaa8911843206f7b9ff48b41e3c7b8c4a99fe. Reason for revert: failed in case of no api file in changeset. Change-Id: I2c6f01b25a35128df870418eef0008766bb590df Type: fix Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed6b3e9092b..ee83d7af358 100644
--- a/Makefile
+++ b/Makefile
@@ -631,7 +631,7 @@ fixstyle:
.PHONY: checkstyle-api
checkstyle-api:
- @extras/scripts/crcchecker.py --check-patchset
+ @extras/scripts/crcchecker.py --check-patch
# necessary because Bug 1696324 - Update to python3.6 breaks PyYAML dependencies
# Status: CLOSED CANTFIX