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

Safe lines become unsafe when organized in multiple lines #23667

Closed
Tracked by #40488
YeldhamDev opened this issue Nov 12, 2018 · 2 comments
Closed
Tracked by #40488

Safe lines become unsafe when organized in multiple lines #23667

YeldhamDev opened this issue Nov 12, 2018 · 2 comments

Comments

@YeldhamDev
Copy link
Member

YeldhamDev commented Nov 12, 2018

Godot version:
baa8678

Issue description:
A line of code considered safe:
Class.do_stuff(arg1, arg2)

If organized into multiple lines, the subsequent lines are identified as non safe:

Class.do_stuff(
	arg1, arg2)

@vnen, could you take a look at this?

@YeldhamDev
Copy link
Member Author

@vnen, if you don't mind.

@KoBeWi
Copy link
Member

KoBeWi commented May 17, 2021

Seems fixed in 4.0

@KoBeWi KoBeWi closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants