-
Notifications
You must be signed in to change notification settings - Fork 186
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
terminal_newline_linter #675
Labels
feature
a feature request or enhancement
good first issue ❤️
good issue for first-time contributors
help wanted ❤️
we'd love your help!
Milestone
Comments
I like the idea of extending |
agree, my only question is, is the name still appropriate? I guess it's
fine, wdyt?
…On Fri, Dec 4, 2020, 6:06 PM AshesITR ***@***.***> wrote:
I like the idea of extending trailing_blank_lines_linter since it's so
similar in functionality already.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#675 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2BA5IP7JNZRB3QADERJ23STFTOTANCNFSM4UOB7JUQ>
.
|
Me too. It still looks at trailing blank lines. |
Crossref: #50 |
This was referenced Jan 31, 2021
Closed
#562 made this trivial. |
AshesITR
added
good first issue ❤️
good issue for first-time contributors
help wanted ❤️
we'd love your help!
labels
Jan 31, 2021
AshesITR
added a commit
that referenced
this issue
Feb 3, 2021
…issing I had to fix `parse_exclusions()` as well because the `readLines()` used there didn't muffle the incomplete final line lint. fixes #675 - [x] implement - [x] test - [x] write NEWS bullet
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
a feature request or enhancement
good first issue ❤️
good issue for first-time contributors
help wanted ❤️
we'd love your help!
Add a linter which checks for terminal newlines in source.
Alternatively, we could extend/adjust
trailing_blank_lines_linter
to work for this case as well.The text was updated successfully, but these errors were encountered: