From 02610a204e099b601cf34ca2d67b054bd6c9d895 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 13 Jun 2025 22:24:29 +0100 Subject: Add clang-tidy override for unit tests --- slicer/test/.clang-tidy | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 slicer/test/.clang-tidy diff --git a/slicer/test/.clang-tidy b/slicer/test/.clang-tidy new file mode 100644 index 0000000..6e9ebae --- /dev/null +++ b/slicer/test/.clang-tidy @@ -0,0 +1,3 @@ +InheritParentConfig: true +Checks: '-readability-magic-numbers' + -- cgit v1.2.3