Skip to content

Heretic: fix hitscan/missile puffs disappearing in certain areas #597

Heretic: fix hitscan/missile puffs disappearing in certain areas

Heretic: fix hitscan/missile puffs disappearing in certain areas #597

Triggered via pull request January 18, 2024 17:39
Status Success
Total duration 1m 28s
Artifacts

cpp-linter.yml

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

Annotations

10 warnings and 5 notices
src/heretic/m_random.c:89:9 [readability-identifier-length]: src/heretic/m_random.c#L89
variable name 'r' is too short, expected at least 3 characters
src/heretic/p_local.h:149:30 [readability-identifier-length]: src/heretic/p_local.h#L149
parameter name 'x' is too short, expected at least 3 characters
src/heretic/p_local.h:149:41 [readability-identifier-length]: src/heretic/p_local.h#L149
parameter name 'y' is too short, expected at least 3 characters
src/heretic/p_local.h:149:52 [readability-identifier-length]: src/heretic/p_local.h#L149
parameter name 'z' is too short, expected at least 3 characters
src/heretic/p_map.c:1365:23 [bugprone-assignment-in-if-condition]: src/heretic/p_map.c#L1365
an assignment within an 'if' condition is bug-prone
src/heretic/p_mobj.c:86:5 [readability-isolate-declaration]: src/heretic/p_mobj.c#L86
multiple declarations in a single statement reduces readability
Run clang-format on src/doom/p_map.c: src/doom/p_map.c#L1
File src/doom/p_map.c does not conform to Custom style guidelines. (lines 1104)
Run clang-format on src/heretic/m_random.c: src/heretic/m_random.c#L1
File src/heretic/m_random.c does not conform to Custom style guidelines. (lines 87)
Run clang-format on src/heretic/m_random.h: src/heretic/m_random.h#L1
File src/heretic/m_random.h does not conform to Custom style guidelines. (lines 38)
Run clang-format on src/heretic/p_map.c: src/heretic/p_map.c#L1
File src/heretic/p_map.c does not conform to Custom style guidelines. (lines 1350, 1352, 1370, 1373, 1374, 1375)
Run clang-format on src/heretic/p_mobj.c: src/heretic/p_mobj.c#L1
File src/heretic/p_mobj.c does not conform to Custom style guidelines. (lines 147, 157, 166, 919, 943, 948)