Lint & Format (JS/TS) / lint-format (pull_request) Successful in 19s
Python / lint-format (pull_request) Successful in 29s
Python / test (pull_request) Successful in 1m1s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m44s
C++ / build (pull_request) Successful in 2m11s
20 lines
420 B
YAML
20 lines
420 B
YAML
---
|
|
Checks: >
|
|
-*,
|
|
bugprone-*,
|
|
clang-analyzer-*,
|
|
cppcoreguidelines-init-variables,
|
|
misc-no-recursion,
|
|
concurrency-mt-unsafe,
|
|
readability-else-after-return,
|
|
readability-make-member-function-const,
|
|
readability-redundant-*,
|
|
readability-simplify-*,
|
|
modernize-use-override,
|
|
modernize-use-nullptr,
|
|
modernize-deprecated-headers,
|
|
HeaderFilterRegex: ".*"
|
|
FormatStyle: file
|
|
|
|
...
|