mirror of
https://github.com/polybar/polybar.git
synced 2025-04-07 17:32:38 -04:00
git: Add .clang-tidy rules
This commit is contained in:
parent
f2233cee2d
commit
a04bdb31f0
1 changed files with 6 additions and 0 deletions
6
.clang-tidy
Normal file
6
.clang-tidy
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
Checks: 'clang-analyzer-core-*,clang-analyzer-nullability-*,clang-analyzer-unix-*,cppcoreguidelines-*,modernize-*,performance-*,readability-*'
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: ''
|
||||
AnalyzeTemporaryDtors: false
|
||||
...
|
Loading…
Add table
Reference in a new issue