sindresorhus/refined-github


The issue has been closed
Extension displays a "no new-line at end of file" warning for C++ #4241
jcelerier posted onGitHub
It happens here on the last file at the bottom:
https://github.com/jcelerier/libremidi/pull/47/files
Except that since C++ 11 it is valid to not have a new line at end of file, is there a way to not have this show up as an error so that I do not get bogus pull requests ? :p
Thanks