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

gdlint: mixed-tabs-and-spaces false detection on text blocks #276

Open
MikeSchulze opened this issue Jan 23, 2024 · 1 comment
Open

gdlint: mixed-tabs-and-spaces false detection on text blocks #276

MikeSchulze opened this issue Jan 23, 2024 · 1 comment
Labels
bug Something isn't working linter
Milestone

Comments

@MikeSchulze
Copy link

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
@Scony Scony added bug Something isn't working linter labels Jan 23, 2024
@Scony
Copy link
Owner

Scony commented Jan 23, 2024

Yes, that's a bug.

@Scony Scony added this to the 4.x milestone Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linter
Projects
Status: No status
Development

No branches or pull requests

2 participants