We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In proxy-maint (and many other projects), we ask that folks add a blank newline after EAPI. This could be a style-level check.
Bad:
# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit foo
Good:
The text was updated successfully, but these errors were encountered:
MissingEAPIBlankLine: new check for missing blank after EAPI
dc3fd56
Resolves: pkgcore#570 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
7999282
2f5ceb7
arthurzam
Successfully merging a pull request may close this issue.
In proxy-maint (and many other projects), we ask that folks add a blank newline after EAPI. This could be a style-level check.
Bad:
Good:
The text was updated successfully, but these errors were encountered: