Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Move .gdlintrc and update CodeStyleWorkflow.yml #30

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

SirMoM
Copy link
Contributor

@SirMoM SirMoM commented May 11, 2024

Use simplifyed static analysis of the project -> https://github.com/Scony/godot-gdscript-toolkit/blob/master/action.yml Also workflow_dispatch to the workflow for better debugging

This removes the auto commit which was a bad idea by me!

Also adds a summary for the action:
grafik

Noah Ruben added 3 commits May 11, 2024 21:22
Use simplifyed static analysis of the project -> https://github.com/Scony/godot-gdscript-toolkit/blob/master/action.yml
Also workflow_dispatch to the workflow for better debugging

This removes the auto commit which was a bad idea by me!
logger.gd Outdated
Comment on lines 480 to 486
info(
(
"The requested module '%s' does not exist. It will be created with default values."
% module
),
PLUGIN_NAME
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this kind of split doesn't really make things more readable. I'd argue it makes it worse.

Can we configure a higher max line length to avoid this wrappings?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm on it!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created an Issue Scony/godot-gdscript-toolkit#305

Noah Ruben added 2 commits May 26, 2024 15:31
Command: `yq e -i '.' .github/workflows/CodeStyleWorkflow.yml -o=y´
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants