Skip to content

Fix releases for macos builds and unix like release builds #919

Fix releases for macos builds and unix like release builds

Fix releases for macos builds and unix like release builds #919

Triggered via pull request December 23, 2023 18:42
Status Success
Total duration 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: pull_request
cpp-linter
42s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
runtime/libs/backtrace.h:7:10 [clang-diagnostic-error]: runtime/libs/backtrace.h#L7
'backtrace.h' file not found with <angled> include; use "quotes" instead
runtime/libs/backtrace.h:7:10 [clang-diagnostic-error]: runtime/libs/backtrace.h#L7
'backtrace.h' file not found with <angled> include; use "quotes" instead
runtime/libs/backtrace.h:7:10 [clang-diagnostic-error]: runtime/libs/backtrace.h#L7
'backtrace.h' file not found with <angled> include; use "quotes" instead
src/utils/utils.h:22:6 [clang-diagnostic-error]: src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
src/SourceInfo.h:17:37 [clang-diagnostic-error]: src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
src/constants.h:14:2 [clang-diagnostic-error]: src/constants.h#L14
"_SNOWBALL_VERSION and _SNOWBALL_VERSION_NUMBER must be defined!"
src/constants.h:185:2 [clang-diagnostic-error]: src/constants.h#L185
"_SNOWBALL_LIBRARY_OBJ must be defined! (e.g. \"snowball-objects\")"
src/constants.h:189:2 [clang-diagnostic-error]: src/constants.h#L189
"_SNOWBALL_LIBRARY_DIR must be defined! (e.g. \"snowball-libs\")"
app/commands/init.h:10:7 [cppcoreguidelines-avoid-non-const-global-variables]: app/commands/init.h#L10
variable 'namespace' is non-const and globally accessible, consider making it const
app/commands/init.h:13:9 [bugprone-reserved-identifier]: app/commands/init.h#L13
declaration uses identifier '__SNOWBALL_EXEC_INIT_CMD_H_', which is a reserved identifier
app/commands/init.h:43:11 [cppcoreguidelines-avoid-non-const-global-variables]: app/commands/init.h#L43
variable 'snowball' 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' 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
runtime/libs/backtrace.cc:17:15 [cppcoreguidelines-pro-type-cstyle-cast]: runtime/libs/backtrace.cc#L17
do not use C-style cast to convert between unrelated types