Skip to content

feat(fmt/cif): implement CIF 1.1 parser #317

feat(fmt/cif): implement CIF 1.1 parser

feat(fmt/cif): implement CIF 1.1 parser #317

Triggered via pull request December 23, 2024 03:04
@jnooreejnooree
synchronize #438
fmt/mmcif
Status Failure
Total duration 3m 13s
Artifacts

pr-lint.yaml

on: pull_request
check-files
8s
check-files
run-clang-tools  /  ...  /  check-want-test
5s
run-clang-tools / check-want-lint / check-want-test
run-clang-tools  /  format-and-lint-changed
2m 29s
run-clang-tools / format-and-lint-changed
run-clang-tools  /  format-and-lint-all
0s
run-clang-tools / format-and-lint-all
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
run-clang-tools / format-and-lint-changed
Process completed with exit code 1.
check-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run-clang-tools / check-want-lint / check-want-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
fuzz/fmt/cif_fuzz.cpp:16:1 [misc-use-internal-linkage]: fuzz/fmt/cif_fuzz.cpp#L16
function 'NURI_FUZZ_MAIN' can be made static or moved into an anonymous namespace to enforce internal linkage
fuzz/fmt/cif_fuzz.cpp:16:1 [readability-identifier-naming]: fuzz/fmt/cif_fuzz.cpp#L16
invalid case style for function 'NURI_FUZZ_MAIN'
fuzz/fmt/cif_fuzz.cpp:16:20 [readability-named-parameter]: fuzz/fmt/cif_fuzz.cpp#L16
all parameters should be named in a function
fuzz/include/fuzz_utils.h:9:9 [cppcoreguidelines-macro-usage]: fuzz/include/fuzz_utils.h#L9
function-like macro 'NURI_FUZZ_MAIN' used; consider a 'constexpr' template function
fuzz/include/fuzz_utils.h:10:47 [misc-include-cleaner]: fuzz/include/fuzz_utils.h#L10
no header providing "uint8_t" is directly included
fuzz/include/fuzz_utils.h:10:56 [bugprone-macro-parentheses]: fuzz/include/fuzz_utils.h#L10
macro argument should be enclosed in parentheses
fuzz/include/fuzz_utils.h:10:62 [misc-include-cleaner]: fuzz/include/fuzz_utils.h#L10
no header providing "size_t" is directly included