Skip to content

Commit 08884c6

Browse files
committed
Remove cppcheck GH action
template parser is broken with C++20 constructs
1 parent 7230f5c commit 08884c6

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

.github/workflows/cppcheck.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ for a full list of features.
2222

2323
| Code Analyses | Result |
2424
| ------------- | ------------- |
25-
| cppcheck | [![cppcheck](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/cppcheck.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/cppcheck.yml) |
2625
| MS PREfast | [![Microsoft C++ Code Analysis](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/msvc.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/msvc.yml) |
2726
| CodeQL | [![CodeQL](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/codeql.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/codeql.yml) |
2827
| Quneiform | [![i18n-check](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/i18n-check.yml/badge.svg)](https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/i18n-check.yml) |

tinyexpr.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,6 @@ auto make_function_arg_list(const F& func, std::index_sequence<Indices...>)
23682368
return std::make_tuple(func(Indices)...);
23692369
}
23702370

2371-
// cppcheck-suppress-begin all
23722371
te_type te_parser::te_eval(const te_expr* texp)
23732372
{
23742373
if (texp == nullptr)
@@ -2420,8 +2419,6 @@ te_type te_parser::te_eval(const te_expr* texp)
24202419
// NOLINTEND
24212420
}
24222421

2423-
// cppcheck-suppress-end all
2424-
24252422
//--------------------------------------------------
24262423
void te_parser::optimize(te_expr* texp)
24272424
{

0 commit comments

Comments
 (0)