mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
3745ea2336
FIxed Windows escapes for readability-* checks Fixed Linux DRM readability-isolate-declaration escape Fixed typo in fix :-| Fixed clang-format issue
28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
Checks: >
|
|
-*,
|
|
clang-analyzer-*,
|
|
modernize-concat-nested-namespaces,
|
|
modernize-use-equals-default,
|
|
modernize-use-equals-delete,
|
|
modernize-use-nullptr,
|
|
readability-container-size-empty,
|
|
readability-identifier-naming,
|
|
readability-isolate-declaration,
|
|
-clang-analyzer-core.NonNullParamChecker,
|
|
-clang-analyzer-core.NullDereference,
|
|
-clang-analyzer-nullability.NullablePassedToNonnull,
|
|
-clang-analyzer-optin.cplusplus.VirtualCall,
|
|
-clang-analyzer-optin.osx.*,
|
|
-clang-analyzer-optin.portability.UnixAPI,
|
|
-clang-analyzer-osx.*,
|
|
-clang-analyzer-security.insecureAPI.rand,
|
|
-clang-analyzer-unix.Malloc,
|
|
CheckOptions:
|
|
- { key: readability-identifier-naming.ClassCase, value: CamelCase }
|
|
- { key: readability-identifier-naming.FunctionCase, value: camelBack }
|
|
- { key: readability-identifier-naming.VariableCase, value: camelBack }
|
|
- { key: readability-identifier-naming.ParameterCase, value: camelBack }
|
|
HeaderFilterRegex: '.*'
|
|
WarningsAsErrors: '*'
|
|
UseColor: true
|