File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11#include < iostream>
2+ #include < vector>
23#include < ystdlib/testlib/hello.hpp>
34
45[[nodiscard]] auto main () -> int {
6+ constexpr std::vector<int > cV;
57 std::cout << ystdlib::testlib::hello () << ' \n ' ;
68 return 0 ;
79}
Original file line number Diff line number Diff line change 1717 desc : " Runs the C++ linters that identify formatting issues."
1818 sources : &cpp_format_src_files
1919 - " {{.G_LINT_VENV_CHECKSUM_FILE}}"
20- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.cpp"
21- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.h"
22- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.hpp"
20+ - " {{.G_CPP_SRC_DIR }}/**/*.cpp"
21+ - " {{.G_CPP_SRC_DIR }}/**/*.h"
22+ - " {{.G_CPP_SRC_DIR }}/**/*.hpp"
2323 - " {{.ROOT_DIR}}/.clang-format"
2424 - " {{.TASKFILE}}"
2525 deps :
5959 - " {{.G_CMAKE_CACHE}}"
6060 - " {{.G_COMPILE_COMMANDS_DB}}"
6161 - " {{.G_LINT_VENV_CHECKSUM_FILE}}"
62- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.cpp"
63- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.h"
64- - " {{.G_YSTDLIB_CPP_SRC_DIR }}/**/*.hpp"
62+ - " {{.G_CPP_SRC_DIR }}/**/*.cpp"
63+ - " {{.G_CPP_SRC_DIR }}/**/*.h"
64+ - " {{.G_CPP_SRC_DIR }}/**/*.hpp"
6565 - " {{.ROOT_DIR}}/.clang-tidy"
6666 - " {{.TASKFILE}}"
6767 deps :
You can’t perform that action at this time.
0 commit comments