prepare for rust pkg tests #348
Annotations
5 errors, 29 warnings, and 6 notices
test (macos-latest, 10)
Process completed with exit code 1.
|
test (macos-latest, 11)
llvm@11 has been disabled because it is a versioned formula! It was disabled on 2024-02-22.
|
test (macos-latest, 11)
llvm@11 has been disabled because it is a versioned formula! It was disabled on 2024-02-22.
|
test (macos-latest, 11)
Process completed with exit code 1.
|
test (macos-latest, 9)
Process completed with exit code 1.
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
src/demo.cpp:13:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L13
do not call c-style vararg functions
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
src/demo.cpp:13:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L13
do not call c-style vararg functions
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
test (macos-latest, 10)
No available formula with the name "llvm@10". Did you mean llvm, llvm@18, llvm@17, llvm@16, llvm@15, llvm@14, llvm@13, llvm@12 or llvm@11?
|
test (macos-latest, 13)
llvm@13 has been deprecated! It will be disabled on 2024-12-31.
|
test (macos-latest, 12)
llvm@12 has been deprecated! It will be disabled on 2025-07-01.
|
test (macos-latest, 15)
llvm@15 15.0.7 is already installed and up-to-date.
To reinstall 15.0.7, run:
brew reinstall llvm@15
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
|
src/demo.cpp:2:1 [misc-include-cleaner]:
src/demo.cpp#L2
included header demo.hpp is not used directly
|
src/demo.cpp:7:8 [modernize-use-trailing-return-type]:
src/demo.cpp#L7
use a trailing return type for this function
|
src/demo.cpp:7:25 [readability-identifier-length]:
src/demo.cpp#L7
parameter name 'i' is too short, expected at least 3 characters
|
src/demo.cpp:9:5 [modernize-use-trailing-return-type]:
src/demo.cpp#L9
use a trailing return type for this function
|
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
src/demo.cpp:13:5 [cppcoreguidelines-pro-type-vararg]:
src/demo.cpp#L13
do not call c-style vararg functions
|
test (macos-latest, 9)
No available formula with the name "llvm@9". Did you mean llvm, llm, llvm@18, llvm@17, llvm@16, llvm@15, llvm@14, llvm@13, llvm@12, llvm@11 or wllvm?
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 2,11)
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 1,7,10,14,37,39)
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 2,11)
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 1,7,10,14,37,39)
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 1,7,10,14,37,39)
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 2,11)
|