Disable `cpp/incorrect-string-type-conversion`
This commit is contained in:
parent
d2db1af20a
commit
779de99995
|
@ -0,0 +1,3 @@
|
|||
query-filters:
|
||||
- exclude:
|
||||
id: cpp/incorrect-string-type-conversion
|
|
@ -58,6 +58,7 @@ jobs:
|
|||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
|
Loading…
Reference in New Issue