Skip to content

Commit 71d4d1d

Browse files
downgrade cppcheck to 2.16.0 (#12)
1 parent f117a0e commit 71d4d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cppcheck/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
55
cd "$DIR"
66

7-
VERSION="2.19.1"
7+
VERSION="2.16.0"
88
INSTALL_DIR="$DIR/cppcheck/install"
99

1010
# Idempotent: skip if already built

cppcheck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cppcheck"
7-
version = "2.19.1"
7+
version = "2.16.0"
88
description = "Cppcheck static analysis tool"
99
requires-python = ">=3.8"
1010

0 commit comments

Comments
 (0)