Skip to content

Conversation

@Freso
Copy link
Contributor

@Freso Freso commented Sep 29, 2025

Arch Linux/ALPM PKGBUILDs are not currently being identified as shell files, but they’re really just specialised bash scripts, and thus also shell files.

This makes PKGBUILD files a superset of the bash extension, which both makes it inherit the shell type, and also ensures that it will automatically adopt any future changes/additions that might be made to the bash extension.

Arch Linux/ALPM PKGBUILDs are not currently being identified as `shell`
files, but they’re really just specialised bash scripts, and thus also
`shell` files.

This makes `PKGBUILD` files a superset of the `bash` extension, which
both makes it inherit the `shell` type, and also ensures that it will
automatically adopt any future changes/additions that might be made to
the `bash` extension.
Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile asottile merged commit 729b41e into pre-commit:main Oct 2, 2025
6 checks passed
@Freso Freso deleted the pkgbuild-shell branch October 2, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants