Skip to content

Commit c8334e6

Browse files
committed
Try upgrading cppcheck
1 parent 5980498 commit c8334e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ DEPS_SHELLCHECK_BUILD_OUT ?= $(DEPS_BUILD_DIR)/shellcheck_$(deps_shellcheck_vers
590590
DEPS_SHELLCHECK_PLATFORM := $(shell command -v $(NODE) >/dev/null 2>&1 && $(NODE_HOST_PLATFORM))
591591

592592
# Define the cppcheck version:
593-
DEPS_CPPCHECK_VERSION ?= 2.5
593+
DEPS_CPPCHECK_VERSION ?= 2.9
594594

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

0 commit comments

Comments
 (0)