Closes #18 Co-authored-by: Jules Pénuchot <jules@penuchot.com> See merge request oss/rotgen!50
10 lines
263 B
YAML
10 lines
263 B
YAML
CompileFlags:
|
|
CompilationDatabase: build/debug/ # Use this to change build type for LSP
|
|
Diagnostics:
|
|
UnusedIncludes: Strict
|
|
ClangTidy:
|
|
Add:
|
|
- 'bugprone-*'
|
|
- 'readability-*'
|
|
- 'clang-analyzer-core.*'
|
|
- 'clang-analyzer-security.*'
|