Skip to content

Changed backtrace.h to backtracing.h #924

Changed backtrace.h to backtracing.h

Changed backtrace.h to backtracing.h #924

Status Success
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

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

Annotations

3 errors and 10 warnings
runtime/libs/backtrace.cc:7:32 [cppcoreguidelines-avoid-non-const-global-variables]: runtime/libs/backtrace.cc#L7
variable 'state' is non-const and globally accessible, consider making it const
runtime/libs/backtrace.cc:7:32 [cppcoreguidelines-avoid-non-const-global-variables]: runtime/libs/backtrace.cc#L7
variable 'state' provides global access to a non-const object; consider making the pointed-to data 'const'
runtime/libs/backtrace.cc:8:19 [cppcoreguidelines-avoid-non-const-global-variables]: runtime/libs/backtrace.cc#L8
variable 'stateLock' is non-const and globally accessible, consider making it const