Merge pull request #17453 from opensourcerouting/fix/raw_python_clippy

tools: Fix syntax raw parsing for make-foobar helper
This commit is contained in:
Donald Sharp 2024-11-19 09:28:32 -05:00 committed by GitHub
commit 26b0cca95d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ if args.dev_build:
"grep",
"-l",
"-P",
"^#\s*include.*_clippy.c",
r"^#\s*include.*_clippy.c",
"--",
"**.c",
]