mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-06 19:09:37 +01:00
Actually disabled modernize-use-nullptr for clang tidy,
This commit is contained in:
parent
9771f1af99
commit
6af9f9045d
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,modernize-redundant-void-arg,modernize-use-bool-literals,modernize-use-nullptr,readability-braces-around-statements'
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,modernize-redundant-void-arg,modernize-use-bool-literals,readability-braces-around-statements'
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
HeaderFilterRegex: '.*'
|
HeaderFilterRegex: '.*'
|
||||||
AnalyzeTemporaryDtors: false
|
AnalyzeTemporaryDtors: false
|
||||||
|
Loading…
Reference in New Issue
Block a user