llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.58k stars 11.81k forks source link

feature request clang-tidy.yml config file add ignore options. #87059

Open cxwx opened 6 months ago

cxwx commented 6 months ago

Is there a ignore options for ignore check rule for clang-tidy?

PiotrZSL commented 6 months ago

just write check name with - at the begining like "-bugprone*".