Skip to content

add cpp linter (clang-tidy) workflow #5

add cpp linter (clang-tidy) workflow

add cpp linter (clang-tidy) workflow #5

Triggered via pull request October 17, 2025 22:01
Status Success
Total duration 3m 8s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
keyvi/include/keyvi/dictionary/fsa/automata.h:61:22 [cppcoreguidelines-avoid-non-const-global-variables]: keyvi/include/keyvi/dictionary/fsa/automata.h#L61
variable 'OUTGOING_TRANSITIONS_MASK' is non-const and globally accessible, consider making it const