mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Update rpminspect config
rpminspect now allows to set unicode ignore rules on the dist-git config Add the known example for misleading bidirectional shipped with clang-tidy docs here, so we don't need to update the rpminspect-data-fedora package every single new fedora release.
This commit is contained in:
parent
43452f8b07
commit
5336de0daf
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ badfuncs:
|
|||
- gethostbyname
|
||||
- gethostbyname2
|
||||
- inet_aton
|
||||
|
||||
unicode:
|
||||
ignore:
|
||||
# Ignore bidirectional unicode sequence documentation file
|
||||
- llvm-project-*.src/clang-tools-extra/docs/clang-tidy/checks/misc/misleading-bidirectional.rst
|
||||
|
|
Loading…
Reference in a new issue