virtualx-engine/modules/gdscript/tests/scripts/analyzer/warnings
2024-06-28 16:41:32 +03:00
..
cast_enum_bad_enum.gd
cast_enum_bad_enum.out
cast_enum_bad_int.gd
cast_enum_bad_int.out
confusable_capture_reassignment.gd GDScript: Fix false positive CONFUSABLE_CAPTURE_REASSIGNMENT warnings 2024-06-28 16:41:32 +03:00
confusable_capture_reassignment.out GDScript: Fix false positive CONFUSABLE_CAPTURE_REASSIGNMENT warnings 2024-06-28 16:41:32 +03:00
confusable_local_declaration.gd GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_declaration.out GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage.gd GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage.out GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage_initializer.gd GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage_initializer.out GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage_loop.gd GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
confusable_local_usage_loop.out GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
enum_without_default_value.gd GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00
enum_without_default_value.out GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00
get_node_without_onready.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
get_node_without_onready.out
inference_with_variant.gd
inference_with_variant.out
lambda_shadowing_arg.gd
lambda_shadowing_arg.out
lambda_unused_arg.gd
lambda_unused_arg.out
onready_with_export.gd
onready_with_export.out
overriding_native_method.gd
overriding_native_method.out
redundant_await.gd
redundant_await.out
shadowning.gd Check if any global script class is shadowed by a variable 2023-09-26 16:47:17 +08:00
shadowning.out Check if any global script class is shadowed by a variable 2023-09-26 16:47:17 +08:00
unsafe_call_argument.gd GDScript: Fix UNSAFE_CALL_ARGUMENT warning for Variant constructors 2023-09-30 13:57:09 +03:00
unsafe_call_argument.out GDScript: Fix UNSAFE_CALL_ARGUMENT warning for Variant constructors 2023-09-30 13:57:09 +03:00
unsafe_cast.gd GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
unsafe_cast.out GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
unused_private_class_variable.gd
unused_private_class_variable.out GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
unused_signal.gd GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
unused_signal.out GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00