From c3bc1a1c171b002289946794dd187977bf3370d6 Mon Sep 17 00:00:00 2001 From: leaf corcoran <leafot@gmail.com> Date: Sun, 22 Sep 2019 11:03:30 -0700 Subject: ignore dtoa.c for cppcheck, don't share lua headers (breaks due to define) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45c0c4e..fc8a49e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: sudo cpanm --notest Test::Base Test::LongString - name: cppcheck - run: cppcheck -I .lua/include -i .lua/ -i .install/ --force --error-exitcode=1 --enable=warning . + run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning . - name: prove run: LUA_BIN=lua prove -Itests tests -- cgit v1.2.3-55-g6feb