diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 11:17:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 17:52:24 +0200 |
| commit | e38520f3493a37d500adbca2704e1837bfdc488f (patch) | |
| tree | c815f9f8d0f29595bc66bf0693b1e053dbb610cd /.clang-tidy | |
| parent | 6e05501e8786f651fbf871c414c50573e5fecfb8 (diff) | |
| download | ttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.tar.xz ttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.zip | |
app: implement simple echo
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index 0be16fb..6794ba6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -87,7 +87,5 @@ CheckOptions: readability-magic-numbers.IgnoreTypeAliases: true FormatStyle: file -HeaderFilterRegex: "(.*/kstd/kstd/.*)|(arch|kernel|kapi)/.*\\.hpp" -SystemHeaders: true RemovedArgs: - -fcondition-coverage |
