This uses lua ffi and a cpp shard library to implement a file finder in cpp so we can use threads more effectively and get better performance.
20 lines
455 B
YAML
20 lines
455 B
YAML
Checks: '
|
|
-*,
|
|
google-*,
|
|
-google-runtime-references,
|
|
-google-readability-avoid-underscore-in-googletest-name,
|
|
llvm-include-order,
|
|
llvm-namespace-comment,
|
|
misc-throw-by-value-catch-by-reference,
|
|
modernize*,
|
|
-modernize-use-trailing-return-type,
|
|
readability-container-size-empty,
|
|
'
|
|
|
|
WarningsAsErrors: '*'
|
|
|
|
HeaderFilterRegex: './src/**/*'
|
|
|
|
CheckOptions:
|
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
|
value: '3'
|