Skip to content

Use unified flat filling function #541

Use unified flat filling function

Use unified flat filling function #541

Triggered via pull request November 30, 2023 08:42
@JNechaevskyJNechaevsky
synchronize #1116
fillflat
Status Success
Total duration 2m 1s
Artifacts

cpp-linter.yml

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

Annotations

10 warnings and 10 notices
/src/doom/f_finale.c:275:10 [readability-identifier-length]: src/doom/f_finale.c#L275
variable name 'w' is too short, expected at least 3 characters
/src/doom/st_stuff.c:423:8 [readability-identifier-length]: src/doom/st_stuff.c#L423
variable name 'x' is too short, expected at least 3 characters
/src/heretic/r_draw.c:561:13 [readability-identifier-length]: src/heretic/r_draw.c#L561
variable name 'x' is too short, expected at least 3 characters
/src/heretic/sb_bar.c:623:17 [readability-identifier-length]: src/heretic/sb_bar.c#L623
variable name 'x' is too short, expected at least 3 characters
/src/hexen/r_draw.c:629:13 [readability-identifier-length]: src/hexen/r_draw.c#L629
variable name 'x' is too short, expected at least 3 characters
Run clang-format on src/doom/f_finale.c: src/doom/f_finale.c#L1
File src/doom/f_finale.c does not conform to Custom style guidelines. (lines 275)
Run clang-format on src/doom/m_menu.c: src/doom/m_menu.c#L1
File src/doom/m_menu.c does not conform to Custom style guidelines. (lines 1446, 1450)
Run clang-format on src/doom/r_draw.c: src/doom/r_draw.c#L1
File src/doom/r_draw.c does not conform to Custom style guidelines. (lines 1130)
Run clang-format on src/doom/st_stuff.c: src/doom/st_stuff.c#L1
File src/doom/st_stuff.c does not conform to Custom style guidelines. (lines 417, 418, 423)
Run clang-format on src/heretic/f_finale.c: src/heretic/f_finale.c#L1
File src/heretic/f_finale.c does not conform to Custom style guidelines. (lines 166)
Run clang-format on src/heretic/sb_bar.c: src/heretic/sb_bar.c#L1
File src/heretic/sb_bar.c does not conform to Custom style guidelines. (lines 618)
Run clang-format on src/hexen/sb_bar.c: src/hexen/sb_bar.c#L1
File src/hexen/sb_bar.c does not conform to Custom style guidelines. (lines 777)
Run clang-format on src/strife/r_draw.c: src/strife/r_draw.c#L1
File src/strife/r_draw.c does not conform to Custom style guidelines. (lines 898)
Run clang-format on src/strife/st_stuff.c: src/strife/st_stuff.c#L1
File src/strife/st_stuff.c does not conform to Custom style guidelines. (lines 1025)
Run clang-format on src/v_video.h: src/v_video.h#L1
File src/v_video.h does not conform to Custom style guidelines. (lines 92)