aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad5e6c0..e8535f3 100644
--- a/Makefile
+++ b/Makefile
@@ -28,5 +28,5 @@ build-release:
check:
clang-format -i ./src/**/*.{hpp,cpp}
- clang-tidy ./src/**/*.{hpp,cpp}
+ clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}