summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 22:24:29 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 22:24:29 +0100
commit02610a204e099b601cf34ca2d67b054bd6c9d895 (patch)
tree1e2d8b6f30cabdf812245b7fb5d1e57b5f030c28
parentRemove unnecessary std::move (diff)
downloadslicer-02610a204e099b601cf34ca2d67b054bd6c9d895.tar.bz2
slicer-02610a204e099b601cf34ca2d67b054bd6c9d895.tar.xz
slicer-02610a204e099b601cf34ca2d67b054bd6c9d895.zip
Add clang-tidy override for unit tests
-rw-r--r--slicer/test/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
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'
+