Skip to content

Commit 07e75c4

Browse files
authored
update codeql_config.yml to exclude advisory misra cpp rules (#225)
* update codeql_config.yml to exclude advisory rules * fix yamlfmt issue
1 parent 143b22f commit 07e75c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313
name: "Custom CodeQL Configuration for MISRA"
14+
query-filters:
15+
- include:
16+
tags:
17+
- /external\/misra\/obligation\/(required|mandatory)/
1418
paths:
1519
- repos
1620
paths-ignore:

0 commit comments

Comments
 (0)