mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:50:14 +01:00
Avoid readability-function-size clang-tidy checks on Stringify() (#5933)
This currently triggers due to preprocessing.
This commit is contained in:
@@ -669,6 +669,7 @@ class Stringifier {
|
||||
|
||||
} // namespace
|
||||
|
||||
// NOLINTNEXTLINE(readability-function-size)
|
||||
static auto Stringify(const File& sem_ir, StepStack& step_stack)
|
||||
-> std::string {
|
||||
RawStringOstream out;
|
||||
|
||||
Reference in New Issue
Block a user