Replies: 1 comment 1 reply
-
Thanks for the contribution nonetheless! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be helpful if we could add a list of files/directories to exclude, rather than only excluding the addons directory. Currently I am using imjp94/gd-plug to manage plugins in my project, which keeps a copy of the full git repo in
res://.plugged
to aid in managing versions of plugins.This causes the issue of triggering warnings for all plugins since the source code is now also in a directory other than
res://addons
. This is especially problematic when using non-default settings for the LSP warnings. For example I have enabled warnings/errors foruntyped_declarations
,unsafe_property_access
,unsafe_method_access
,unsafe_cast
, andreturn_value_discarded
which most plugins don't adhere to causing even a few installed plugins to generate hundreds of warnings. In the mean time I am deleting theres://.plugged
dir every time I install/update plugins but this is not ideal.Beta Was this translation helpful? Give feedback.
All reactions