star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit 508505405b197bf5bd873ac10e7c4c6a6d3316aa
parent ab56e58b6f612636322dd62c672763772264ca92
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  1 Oct 2024 18:41:06 +0200

Lint the star-cpr_0.5.sh script

Add it to the lint Makefile target

Diffstat:
Mlint.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -57,6 +57,7 @@ lint: shellcheck -o all -x -P src src/star-camera_0.2.sh shellcheck -o all -x -P src src/star-ck_0.1.sh shellcheck -o all -x -P src src/star-cmap_0.1.sh + shellcheck -o all -x -P src src/star-cpr_0.5.sh shellcheck -o all -x -P src src/star-cpr_0.5.1.sh shellcheck -o all -x -P src src/star-enclosures-2d_0.6.sh shellcheck -o all -x -P src src/star-enclosures-3d_0.7.2.sh