Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/CI/clang_tidy/filter.yml is written in an unsupported language. File is not indexed.

0001 # Exclusion filters for CI/clang_tidy/annotate.py
0002 #
0003 # Diagnostics whose file path matches any of these regexes are dropped
0004 # and do NOT gate the job or produce annotations.
0005 
0006 exclude_path_regexes:
0007   # Third-party / vendored code
0008   - (^|/)thirdparty/
0009   - (^|/)third_party/
0010 
0011   # Generated PODIO EDM
0012   - ActsPodioEdm
0013   - EDM4hep/generated
0014 
0015   # Generated ROOT dictionaries
0016   - Dict.cxx$
0017 
0018   # Build-tree dependencies fetched by CMake
0019   - (^|/)build/_deps/
0020 
0021   # System / external headers that may leak into diagnostics
0022   - ^/usr/
0023   - ^/opt/
0024   - ^/cvmfs/
0025 
0026 # Severity for GitHub annotations ("error" or "warning")
0027 severity: error