Remove the modernize nullptr option from the clang tidy file.

This commit is contained in:
Relintai 2022-07-31 11:02:46 +02:00
parent 9a79a37ec9
commit 6c35a83d9f

View File

@ -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'
...