finalise interface & documentation
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
521c61c8fb
commit
eb1f414fc4
56 changed files with 2074 additions and 780 deletions
26
.clang-tidy
Normal file
26
.clang-tidy
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Checks: >-
|
||||
-*,
|
||||
bugprone-*,
|
||||
cppcoreguidelines-*, -cppcoreguidelines-owning-memory,
|
||||
clang-analyzer-*,
|
||||
google-*, -google-readability-todo,
|
||||
modernize-*, -modernize-use-trailing-return-type,
|
||||
performance-*, -performance-enum-size,
|
||||
portability-*,
|
||||
readability-*, -readability-redundant-access-specifiers
|
||||
CheckOptions:
|
||||
readability-identifier-length.IgnoredParameterNames: '^(db|rc|id)$'
|
||||
readability-identifier-length.IgnoredLoopCounterNames: '^[ij]$'
|
||||
readability-identifier-length.IgnoredVariableNames: '^(db|rc|id)$'
|
||||
cppcoreguidelines-avoid-do-while.IgnoreMacros: Yes
|
||||
HeaderFileExtensions:
|
||||
- h
|
||||
- hpp
|
||||
- tpp
|
||||
- ipp
|
||||
ImplementationFileExtensions:
|
||||
- c
|
||||
- cpp
|
||||
FormatStyle: file
|
||||
InheritParentConfig: false
|
||||
WarningsAsErrors: '*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue