We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gdlint
mixed-tabs-and-spaces
Hi, I use very often text blocks to better format my inline text/templates.
Looks like gdlint do not handle text blocks.
var test := """ Hello World this is a message """
error:
example.gd:4: Error: Mixed tabs and spaces (mixed-tabs-and-spaces) Failure: 1 problem found
The text was updated successfully, but these errors were encountered:
Yes, that's a bug.
Sorry, something went wrong.
No branches or pull requests
Hi, I use very often text blocks to better format my inline text/templates.
Looks like
gdlint
do not handle text blocks.error:
The text was updated successfully, but these errors were encountered: