From 6c35a83d9facd81e64fce5eefc734290ee56fda6 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 31 Jul 2022 11:02:46 +0200 Subject: [PATCH] Remove the modernize nullptr option from the clang tidy file. --- .clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index caabeb97a..832b77bb9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -36,8 +36,6 @@ CheckOptions: value: '0' - key: modernize-use-default-member-init.UseAssignment value: '1' - - key: modernize-use-nullptr.NullMacros - value: 'NULL' - key: readability-braces-around-statements.ShortStatementLines value: '0' ...