chore: add optional GDScript linting via pre-commit hooks#82
chore: add optional GDScript linting via pre-commit hooks#82Tusharjamdade wants to merge 1 commit intoknative-extensions:mainfrom
Conversation
|
@Tusharjamdade: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Tusharjamdade The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Cali0707, @ankitajana21 and @prajjwalyd, I’ve introduced an optional linting process to help ensure the code remains properly formatted and maintains consistency across contributions. Please take a look and let me know if there are any requested changes or if you’d like any adjustments to the linting rules I’d be happy to update them accordingly. Example:
|
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |


Changes
.pre-commit-config.yamlto enable optional GDScript formatting and lintinggdformatfor consistent formatting of.gdfilesgdlintfor static analysis and basic style checks.gdlintrcto define project-specific lint rules and reduce noisy warnings/kind
Fixes #81
Release Note
Docs