-
Notifications
You must be signed in to change notification settings - Fork 34
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
base: master
Are you sure you want to change the base?
Conversation
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
info( | ||
( | ||
"The requested module '%s' does not exist. It will be created with default values." | ||
% module | ||
), | ||
PLUGIN_NAME | ||
) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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
Command: `yq e -i '.' .github/workflows/CodeStyleWorkflow.yml -o=y´
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: