mirror of
https://github.com/godotengine/godot
synced 2024-11-02 09:38:07 +00:00
de3ad3b30e
Occasionally you want to ignore a warning with a `warning-ignore` comment, and you have to go into the settings to look up what the actual name of the warning is. This patch appends the warning name to the end of the warning so you know what string to use to ignore it, similar to other linters like pylint. For example ``` "The signal 'blah' is declared but never emitted."; ``` is now ``` "The signal 'blah' is declared but never emitted. (UNUSED_SIGNAL)"; ``` |
||
---|---|---|
.. | ||
arkit | ||
assimp | ||
basis_universal | ||
bmp | ||
bullet | ||
camera | ||
csg | ||
cvtt | ||
dds | ||
denoise | ||
enet | ||
etc | ||
freetype | ||
gdnative | ||
gdnavigation | ||
gdscript | ||
glslang | ||
gridmap | ||
hdr | ||
jpg | ||
jsonrpc | ||
lightmapper_rd | ||
mbedtls | ||
mobile_vr | ||
mono | ||
ogg | ||
opensimplex | ||
opus | ||
pvr | ||
regex | ||
squish | ||
stb_vorbis | ||
svg | ||
tga | ||
theora | ||
tinyexr | ||
upnp | ||
vhacd | ||
visual_script | ||
vorbis | ||
webm | ||
webp | ||
webrtc | ||
websocket | ||
xatlas_unwrap | ||
modules_builders.py | ||
register_module_types.h | ||
SCsub |