diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-21 11:03:19 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-21 11:03:05 -0500 |
commit | fa2941bbf47a8a6b79b8db4a87e1aedcf6a29a5e (patch) | |
tree | c4ed429e3580e96a17c1191f9404c744854131df /ci | |
parent | fa041875284d01602647519cc452185ba1ad5a8f (diff) |
ci: Remove unmaintained extended_lint
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/extended_lint/04_install.sh | 12 | ||||
-rwxr-xr-x | ci/extended_lint/06_script.sh | 9 |
2 files changed, 0 insertions, 21 deletions
diff --git a/ci/extended_lint/04_install.sh b/ci/extended_lint/04_install.sh deleted file mode 100755 index 123d874a84..0000000000 --- a/ci/extended_lint/04_install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) 2019 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. - -export LC_ALL=C - -CPPCHECK_VERSION=1.86 -curl -s https://codeload.github.com/danmar/cppcheck/tar.gz/${CPPCHECK_VERSION} | tar -zxf - --directory /tmp/ -(cd /tmp/cppcheck-${CPPCHECK_VERSION}/ && make CFGDIR=/tmp/cppcheck-${CPPCHECK_VERSION}/cfg/ > /dev/null) -export PATH="$PATH:/tmp/cppcheck-${CPPCHECK_VERSION}/" diff --git a/ci/extended_lint/06_script.sh b/ci/extended_lint/06_script.sh deleted file mode 100755 index e8228c9c4d..0000000000 --- a/ci/extended_lint/06_script.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) 2019 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. - -export LC_ALL=C - -test/lint/extended-lint-all.sh |