mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-27 00:41:14 +00:00
Update codecheck ignore list
Issue: #IB330Q Signed-off-by: Denis Silakov <silakov.denis@huawei.com>
This commit is contained in:
parent
01fd7285f2
commit
6772dd8e5b
@ -10,6 +10,8 @@
|
||||
"gn": "*",
|
||||
"isa": "*",
|
||||
"ldscripts": "*",
|
||||
"libabckit/tests": "*",
|
||||
"libabckit/src/adapter_static": "*",
|
||||
"libark_defect_scan_aux": "*",
|
||||
"libpandabase": "*",
|
||||
"libpandafile": "*",
|
||||
|
@ -6,11 +6,15 @@
|
||||
"cmake/third_party/typescript/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"cmake/third_party/zlib/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"CMakeLists.txt": {"bc-40015": "*"},
|
||||
"compiler/optimizer/optimizations/simplify_string_builder.cpp": "*",
|
||||
"cross_values": "*",
|
||||
"docs": "*",
|
||||
"extras": "*",
|
||||
"isa/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"ldscripts": "*",
|
||||
"libpandabase/tests/taskmanager": "*",
|
||||
"libpandabase/mem/mmap_mem_pool-inl.h": "*",
|
||||
"libpandabase/utils/small_vector.h": "*",
|
||||
"models": "*",
|
||||
"pandastdlib": "*",
|
||||
"patches": "*",
|
||||
@ -29,6 +33,9 @@
|
||||
"plugins/ets/intrinsics.cmake": "*",
|
||||
"plugins/ets/irtoc_scripts/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/isa/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/playground/backend/src/arkts_playground/routers/__init__.py": "*",
|
||||
"plugins/ets/playground/backend/tests/fixtures/__init__.py": "*",
|
||||
"plugins/ets/playground/frontend/src/models/": "*",
|
||||
"plugins/ets/plugin.gn": "*",
|
||||
"plugins/ets/README.md": "*",
|
||||
"plugins/ets/RegisterPlugin.cmake": "*",
|
||||
@ -42,9 +49,12 @@
|
||||
"plugins/ets/stdlib/std/time": "*",
|
||||
"plugins/ets/subproject_sources.gn": "*",
|
||||
"plugins/ets/templates": "*",
|
||||
"plugins/ets/tests/benchmarks/promise/bu_j2a/bench_j2a.js": "*",
|
||||
"plugins/ets/tests/benchmarks/promise/bu_j2j/bench_j2j.js": "*",
|
||||
"plugins/ets/tests/common": "*",
|
||||
"plugins/ets/tests/checked/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/tests/debugger/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/tests/debugger/src/arkdb/debug_client.py": "*",
|
||||
"plugins/ets/tests/compiler/inst_generator_test_ext.inc": {"G.INC.02": "*"},
|
||||
"plugins/ets/tests/equals": "*",
|
||||
"plugins/ets/tests/ets_es_checked": "*",
|
||||
@ -65,6 +75,7 @@
|
||||
"plugins/ets/tests/ets_test_suite/unions": "*",
|
||||
"plugins/ets/tests/ets_warnings_tests": "*",
|
||||
"plugins/ets/tests/integrational": "*",
|
||||
"plugins/ets/tests/interop_js/tests/optional_reference_type/optional_reference_type.ts": "*",
|
||||
"plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_2/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/tests/interop_js/tests/timer/CMakeLists.txt": {"bc-40001": "*"},
|
||||
"plugins/ets/tests/interop_js/tests/perf/CMakeLists.txt": {"bc-40001": "*"},
|
||||
@ -121,7 +132,12 @@
|
||||
"plugins/ets/tools": "*",
|
||||
"plugins/ets/verification": "*",
|
||||
"quickener": "*",
|
||||
"runtime/coretypes/string.cpp": "*",
|
||||
"runtime/interpreter/frame.h": "*",
|
||||
"runtime/asm_defines/defines_generator.rb": "*",
|
||||
"runtime/mem/gc/g1/g1-gc.cpp": "*",
|
||||
"runtime/mem/gc/gc_root.cpp": "*",
|
||||
"runtime/mem/object_helpers.cpp": "*",
|
||||
"runtime/tests/mem_stats_gc_test.cpp": "*",
|
||||
"runtime/tests/mem_stats_gen_gc_test.cpp": "*",
|
||||
"runtime/tests/g1gc_test.cpp": "*",
|
||||
@ -135,8 +151,12 @@
|
||||
"tests/cts-generator": "*",
|
||||
"tests/irtoc-interpreter-tests": "*",
|
||||
"tests/panda": "*",
|
||||
"tests/tests-u-runner/runner": "*",
|
||||
"tests/tests-u-runner/runner_test.py": "*",
|
||||
"tests/verifier-tests": "*",
|
||||
"tests/vm-benchmarks": "*",
|
||||
"verification/util/bit_vector.h": "*",
|
||||
"verification/type/type_type.cpp": "*",
|
||||
"compiler/optimizer/ir/visitor.inc": {"G.INC.02": "*", "G.INC.04-CPP": "*"},
|
||||
"*": ["G.CMT.03", "G.FMT.03-CPP", "G.FMT.04", "G.FMT.11", "G.NAM.03", "huge_headerfile", "huge_non_headerfile", "bc-30001"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user