Skip to content

Heretic: small visual improvements (#1117) #547

Heretic: small visual improvements (#1117)

Heretic: small visual improvements (#1117) #547

Triggered via push December 2, 2023 16:48
Status Success
Total duration 1m 8s
Artifacts

cpp-linter.yml

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

Annotations

3 warnings and 2 notices
/src/heretic/r_plane.c:77:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/r_plane.c#L77
variable 'xsmoothscrolloffset' is non-const and globally accessible, consider making it const
/src/heretic/r_plane.c:78:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/r_plane.c#L78
variable 'ysmoothscrolloffset' is non-const and globally accessible, consider making it const
/src/heretic/r_plane.c:418:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/r_plane.c#L418
variable 'fractionaltic' is non-const and globally accessible, consider making it const
Run clang-format on src/heretic/r_plane.c: src/heretic/r_plane.c#L1
File src/heretic/r_plane.c does not conform to Custom style guidelines. (lines 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 580, 591, 592, 600, 601, 611, 612, 620, 621, 625, 626, 631, 632)
Run clang-format on src/heretic/r_things.c: src/heretic/r_things.c#L1
File src/heretic/r_things.c does not conform to Custom style guidelines. (lines 802, 830)