summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-08-20 19:08:16 +0800
committerlijia <[email protected]>2024-08-21 09:38:18 +0800
commitcd2a2360fe23711aedd2f25b7223615c4a11becb (patch)
tree7d82e700e242a6b197d83ad9d8c3700360d500f2 /.gitlab-ci.yml
parentdafbecd49a4063920d91aa81bad930ae691efd27 (diff)
🐎 ci(cppcheck suppress): ignore integerOverflow for lpi
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f29299..2518f8e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ stages:
--suppress=funcArgOrderDifferent
--suppress=unreachableCode
--suppress=internalAstError
+ --suppress=integerOverflow
tags:
- share