🧹 gucc: apply clang-format #191
checks.yml
on: push
cpp-linter
3m 2s
Check C++ style
15s
Annotations
5 errors and 1 notice
gucc/src/initcpio.cpp:26:16 [clang-diagnostic-error]:
gucc/src/initcpio.cpp#L26
no return statement in constexpr function
|
gucc/src/initcpio.cpp:32:31 [clang-diagnostic-error]:
gucc/src/initcpio.cpp#L32
no member named 'join_with' in namespace 'std::ranges::views'
|
gucc/src/initcpio.cpp:33:24 [clang-diagnostic-error]:
gucc/src/initcpio.cpp#L33
no member named 'to' in namespace 'std::ranges'
|
gucc/src/initcpio.cpp:33:38 [clang-diagnostic-error]:
gucc/src/initcpio.cpp#L33
expected '(' for function-style cast or type construction
|
gucc/src/initcpio.cpp:33:40 [clang-diagnostic-error]:
gucc/src/initcpio.cpp#L33
expected expression
|
Run clang-format on gucc/src/cpu.cpp:
gucc/src/cpu.cpp#L1
File gucc/src/cpu.cpp does not conform to Custom style guidelines. (lines 119)
|