Skip to content

Add new function

Add new function #30

Triggered via push September 7, 2023 23:39
Status Success
Total duration 58s
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
47s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 10 warnings, and 3 notices
/include/Foliated_triangulation.hpp:63:9 [cppcoreguidelines-avoid-non-const-global-variables]: include/Foliated_triangulation.hpp#L63
variable 'ContainerType' is non-const and globally accessible, consider making it const
/include/Foliated_triangulation.hpp:92:7 [bugprone-easily-swappable-parameters]: include/Foliated_triangulation.hpp#L92
2 adjacent parameters of 'make_causal_vertices' of similar type ('const int &') are easily swapped by mistake
/include/Foliated_triangulation.hpp:144:34 [bugprone-easily-swappable-parameters]: include/Foliated_triangulation.hpp#L144
2 adjacent parameters of 'find_vertex' of similar type ('const int &') are easily swapped by mistake
/include/Foliated_triangulation.hpp:167:32 [bugprone-easily-swappable-parameters]: include/Foliated_triangulation.hpp#L167
2 adjacent parameters of 'find_cell' of similar type ('const int &') are easily swapped by mistake
Run clang-format on include/Foliated_triangulation.hpp: include/Foliated_triangulation.hpp#L1
File include/Foliated_triangulation.hpp does not conform to Custom style guidelines. (lines 884, 1022, 1034, 1035, 1120, 1126, 1132, 1138, 1145, 1151, 1162, 1165, 1197, 1211, 1226, 1227, 1253, 1281, 1295, 1312, 1323, 1342, 1343, 1352, 1353, 1360, 1375, 1414, 1421, 1443, 1449, 1472, 1473, 1486, 1487, 1498, 1518, 1544)
Run clang-format on include/Manifold.hpp: include/Manifold.hpp#L1
File include/Manifold.hpp does not conform to Custom style guidelines. (lines 57, 60, 63, 66, 69, 72, 75, 78, 84, 159, 165, 172, 179, 186, 192, 202, 211, 212, 263, 314, 321, 334, 347, 401, 415, 416)
Run clang-format on tests/Utilities_test.cpp: tests/Utilities_test.cpp#L1
File tests/Utilities_test.cpp does not conform to Custom style guidelines. (lines 202, 203, 204, 205, 206, 207, 208, 209, 235, 236, 237, 238, 239, 240, 241, 242)