Commit Graph

6 Commits (master)

Author SHA1 Message Date
Ben Peachey 1f27333472
Change Shellcheck config
- Remove SC1091 "Not following source" as all sources should have a `# shellcheck source=...` directive.
- Add `disable=SC2230`  to allow non-standard `which` for older shellcheck versions (it is already disabled in newer versions).
- Add comments for optional checks we might want to enable in the near future.
2 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2 years ago
jwerle 9c96da562e fix(install.sh): fix broken url 2 years ago
jwerle f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 2 years ago