Commit Graph

6 Commits (5200936fc1455703102324fd21ed007cd093948f)

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.
3 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 3 years ago
jwerle 9c96da562e fix(install.sh): fix broken url 3 years ago
jwerle f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 3 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 3 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 3 years ago