Skip to content

Use unified flat filling function #540

Use unified flat filling function

Use unified flat filling function #540

Triggered via pull request November 30, 2023 08:09
@JNechaevskyJNechaevsky
synchronize #1116
fillflat
Status Success
Total duration 2m 3s
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:410:7 [readability-identifier-length]: src/doom/st_stuff.c#L410
variable name 'x' is too short, expected at least 3 characters
/src/heretic/r_draw.c:542:9 [readability-identifier-length]: src/heretic/r_draw.c#L542
variable name 'x' is too short, expected at least 3 characters
/src/heretic/sb_bar.c:609:13 [readability-identifier-length]: src/heretic/sb_bar.c#L609
variable name 'x' is too short, expected at least 3 characters
/src/hexen/r_draw.c:608:9 [readability-identifier-length]: src/hexen/r_draw.c#L608
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 410, 418, 419)
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 619)
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 778)
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 1026)
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)