mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 09:10:13 +01:00
Exclude .clang-tidy from rumdl checks (#7749)
Basically the whole file is an error and the formatting is not how we want to write the file, so just exclude it.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
[global]
|
||||
exclude = [
|
||||
".clang-tidy",
|
||||
".git",
|
||||
".jj",
|
||||
"CHANGELOG.md",
|
||||
|
||||
Reference in New Issue
Block a user