mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
shift clang-tidy on over to supressing libraries alone, so we don't accidently overlook enhaced reports
This commit is contained in:
parent
2e25059b27
commit
cc3dd556cc
2 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
Checks: '-*,modernize-use-override'
|
|
||||||
WarningsAsErrors: ''
|
|
||||||
HeaderFilterRegex: '(source/).*'
|
|
||||||
CheckOptions:
|
|
||||||
- { key: modernize-use-override.IgnoreDestructors, value: true }
|
|
||||||
5
Engine/lib/.clang-tidy
Normal file
5
Engine/lib/.clang-tidy
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
Checks: '-*'
|
||||||
|
WarningsAsErrors: ''
|
||||||
|
HeaderFilterRegex: '.*'
|
||||||
|
FormatStyle: 'file'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue