Skip to content

Commit

Permalink
Enable typing related warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mphe committed May 18, 2024
1 parent 72fa018 commit 173af95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ config/name="SmartShape2D"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"

[debug]

gdscript/warnings/exclude_addons=false
gdscript/warnings/untyped_declaration=1
gdscript/warnings/unsafe_property_access=1
gdscript/warnings/unsafe_method_access=1

[editor_plugins]

enabled=PackedStringArray("res://addons/diagnosticlist/plugin.cfg", "res://addons/gut/plugin.cfg", "res://addons/rmsmartshape/plugin.cfg")
Expand Down

0 comments on commit 173af95

Please sign in to comment.