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

Detect spurious newline escapes #50

Open
nmoroze opened this issue Jul 4, 2024 · 0 comments
Open

Detect spurious newline escapes #50

nmoroze opened this issue Jul 4, 2024 · 0 comments

Comments

@nmoroze
Copy link
Owner

nmoroze commented Jul 4, 2024

Cases like this are valid Tcl:

if {1} {
  puts "hello" \
}

but should probably be flagged by the linter since they could easily introduce bugs, e.g. if someone tries to insert a new command but doesn't notice the newline escape.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant