Skip to content

Bump softprops/action-gh-release from 1 to 2 #38

Bump softprops/action-gh-release from 1 to 2

Bump softprops/action-gh-release from 1 to 2 #38

Status Success
Total duration 41s
Artifacts

linter.yml

on: push
cpp-linter
33s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
tools/cfgdefine.c:52:6 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L52
variable 'line' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:62:20 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L62
variable 'dequote_list' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:220:14 [readability-function-cognitive-complexity]: tools/cfgdefine.c#L220
function 'dequote_value' has cognitive complexity of 30 (threshold 25)