-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add support for Alpine Linux APKBUILD #3424
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
Conversation
maxice8
commented
Nov 1, 2020
- Add handler for the output of atools
- Add linters for apkbuild-lint and secfixes-check from atools
- document support for apkbuild-lint and secfixes-check for apkbuild
- Make apkbuild_lint and secfixes_check default for apkbuild filetype
- Document new default linters for apkbuild
- Test default linters for apkbuild
- Add tests for atools handler, basic and dealing with Error and Warning
- Add document for apkbuild filetype
|
. |
|
Rebased |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
. |
|
.. |
|
... |
|
.... |
|
|
|
Please don't spam comments. |
|
LGTM 👍 I am not able to actively help contributing ATM but it looks fine. |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
no |
|
ALE migrated from Travis to Github Actions (see #3548) so it is necessary to rebase this PR from latest master branch to trigger the required checks. |
atools is a collection of tools written in ash shell and Lua that provide linting for Alpine Linux's APKBUILD. APKBUILDs are build recipes used by Alpine Linux's build system, abuild, an equivalent would be Arch Linux's PKGBUILD and Gentoo's ebuild.
hsanson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.