Skip to content

Commit 319da6e

Browse files
committed
build: update cppcheck version
1 parent 1dbc440 commit 319da6e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
44f661e138065b7001afd544bffbe0e028a20e4c1de05d27daa658c99df2026b

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ DEPS_SHELLCHECK_ARCH := $(shell command -v $(NODE) >/dev/null 2>&1 && $(NODE_HOS
608608
DEPS_SHELLCHECK_PLATFORM := $(shell command -v $(NODE) >/dev/null 2>&1 && $(NODE_HOST_PLATFORM))
609609

610610
# Define the cppcheck version:
611-
DEPS_CPPCHECK_VERSION ?= 2.9
611+
DEPS_CPPCHECK_VERSION ?= 2.15.0
612612

613613
# Generate a version slug:
614614
deps_cppcheck_version_slug := $(subst .,_,$(DEPS_CPPCHECK_VERSION))

0 commit comments

Comments
 (0)