diff options
author | leaf corcoran <leafot@gmail.com> | 2019-09-22 11:03:30 -0700 |
---|---|---|
committer | leaf <leafot@gmail.com> | 2020-04-25 14:24:18 -0700 |
commit | c3bc1a1c171b002289946794dd187977bf3370d6 (patch) | |
tree | 097d8daa3fa4d4528b08f8df1a8836a9b962bcf2 | |
parent | fde219d00e6be5bce6f219d0620fe27c0d81ed87 (diff) | |
download | lua-cjson-c3bc1a1c171b002289946794dd187977bf3370d6.tar.gz lua-cjson-c3bc1a1c171b002289946794dd187977bf3370d6.tar.bz2 lua-cjson-c3bc1a1c171b002289946794dd187977bf3370d6.zip |
ignore dtoa.c for cppcheck, don't share lua headers (breaks due to define)
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
38 | sudo cpanm --notest Test::Base Test::LongString | 38 | sudo cpanm --notest Test::Base Test::LongString |
39 | 39 | ||
40 | - name: cppcheck | 40 | - name: cppcheck |
41 | run: cppcheck -I .lua/include -i .lua/ -i .install/ --force --error-exitcode=1 --enable=warning . | 41 | run: cppcheck -i .lua/ -i .install/ -i dtoa.c --force --error-exitcode=1 --enable=warning . |
42 | 42 | ||
43 | - name: prove | 43 | - name: prove |
44 | run: LUA_BIN=lua prove -Itests tests | 44 | run: LUA_BIN=lua prove -Itests tests |