Skip to content

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom #580

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom #580

Triggered via push December 21, 2023 09:21
Status Success
Total duration 1m 48s
Artifacts

cpp-linter.yml

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

Annotations

10 warnings and 8 notices
src/heretic/doomdef.h:759:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/doomdef.h#L759
variable 'maplumpinfo' is non-const and globally accessible, consider making it const
src/heretic/doomdef.h:759:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/doomdef.h#L759
variable 'maplumpinfo' provides global access to a non-const object; consider making the pointed-to data 'const'
src/heretic/mn_menu.c:193:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/mn_menu.c#L193
variable 'joypadsave' is non-const and globally accessible, consider making it const
src/heretic/mn_menu.c:1216:38 [bugprone-suspicious-string-compare]: src/heretic/mn_menu.c#L1216
function 'strcmp' is called without explicitly comparing result
src/heretic/p_setup.c:706:13 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/p_setup.c#L706
variable 'maplumpinfo' is non-const and globally accessible, consider making it const
src/heretic/p_setup.c:706:13 [cppcoreguidelines-avoid-non-const-global-variables]: src/heretic/p_setup.c#L706
variable 'maplumpinfo' provides global access to a non-const object; consider making the pointed-to data 'const'
src/hexen/h2def.h:889:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/hexen/h2def.h#L889
variable 'maplumpinfo' is non-const and globally accessible, consider making it const
src/hexen/h2def.h:889:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/hexen/h2def.h#L889
variable 'maplumpinfo' provides global access to a non-const object; consider making the pointed-to data 'const'
Run clang-format on src/doom/g_game.c: src/doom/g_game.c#L1
File src/doom/g_game.c does not conform to Custom style guidelines. (lines 1094)
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 2323, 2327, 2331)
Run clang-format on src/heretic/mn_menu.c: src/heretic/mn_menu.c#L1
File src/heretic/mn_menu.c does not conform to Custom style guidelines. (lines 1218, 1231, 1277, 1798, 1802, 1806, 1811, 1812, 1816, 1817, 1821, 1822, 1826, 1827, 1832, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1869, 1870, 1871, 1875, 1876, 1877)
Run clang-format on src/heretic/p_setup.c: src/heretic/p_setup.c#L1
File src/heretic/p_setup.c does not conform to Custom style guidelines. (lines 763)
Run clang-format on src/hexen/mn_menu.c: src/hexen/mn_menu.c#L1
File src/hexen/mn_menu.c does not conform to Custom style guidelines. (lines 1214, 1227, 1268, 1270, 1825)
Run clang-format on src/i_joystick.c: src/i_joystick.c#L1
File src/i_joystick.c does not conform to Custom style guidelines. (lines 330, 335, 340, 438, 439)
Run clang-format on src/i_joystick.h: src/i_joystick.h#L1
File src/i_joystick.h does not conform to Custom style guidelines. (lines 78, 79, 80, 81)
Run clang-format on src/strife/m_menu.c: src/strife/m_menu.c#L1
File src/strife/m_menu.c does not conform to Custom style guidelines. (lines 2297)