diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-02 15:55:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-02 15:55:47 +0200 |
| commit | c5afb5c1ce1c084c840dbb58d73af6fe2b235ec7 (patch) | |
| tree | b9f097cbcf14e264a6818103a73c48a31830ffe4 /.clang-tidy | |
| parent | 21489576381d827871e7cdf060929c5d7f3d4e9f (diff) | |
| download | teachos-c5afb5c1ce1c084c840dbb58d73af6fe2b235ec7.tar.xz teachos-c5afb5c1ce1c084c840dbb58d73af6fe2b235ec7.zip | |
x86_64: ensure PIT is not overwhelmed on config
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 8fa3943..61ae9c9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -60,7 +60,7 @@ CheckOptions: modernize-use-std-print.ReplacementPrintlnFunction: 'kstd::println' modernize-use-std-print.PrintHeader: 'kstd/print' modernize-use-trailing-return-type.TransformLambdas: none - readability-magic-numbers.IgnoredIntegerValues: '1;2;3;4;5;6;7;10' + readability-magic-numbers.IgnoredIntegerValues: '1;2;3;4;5;6;7;10;255' readability-magic-numbers.IgnorePowersOf2IntegerValues: true readability-magic-numbers.IgnoreBitFieldsWidths: true readability-magic-numbers.IgnoreTypeAliases: true |
