Skip to content

add cpp linter (clang-tidy) workflow #10

add cpp linter (clang-tidy) workflow

add cpp linter (clang-tidy) workflow #10

Triggered via pull request October 18, 2025 08:44
Status Success
Total duration 6m 33s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors 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