-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[RFC] A lint for a lacking newline at the end of file #154
Comments
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Dec 28, 2019
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Dec 28, 2019
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 2, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 2, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 2, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 3, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 3, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 4, 2020
popzxc
added a commit
to popzxc/hintman
that referenced
this issue
Jan 4, 2020
chshersh
pushed a commit
that referenced
this issue
Jan 4, 2020
* [#154] Implement no newline at file end lint * [#154] More precise phrasing in comments * [#154] makePrFromFork -> makePrFrom * [#154] Add verbose explanations for lint * [#154] Add test for empty file * [#154] Append \n within suggestion text * [#154] Take the last line only if file doesn't end with '\n' * [#154] Simplify the code
Closed in #156 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
github
highlights the files with the missing newline, it's a somewhat constant source of alike review comments:It will be nice, if
hintman
will be able to detect those situations automatically, and provide a review comment.I've already prototyped a solution, so if this will be considered a good idea, I'll be happy to create a corresponding PR :)
The text was updated successfully, but these errors were encountered: