mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 12:54:58 +00:00
apply-clang-tidy.sh: Enable warning bugprone-narrowing-conversions
This commit is contained in:
parent
25ec4f1b29
commit
ac488f2d69
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ set -e -u -o pipefail
|
|||
cd "$(dirname "$(type -P "$0")")"
|
||||
|
||||
checks_to_enable=(
|
||||
bugprone-narrowing-conversions
|
||||
bugprone-suspicious-string-compare
|
||||
readability-avoid-const-params-in-decls
|
||||
readability-named-parameter
|
||||
|
|
Loading…
Add table
Reference in a new issue