@balena/jellycheck
Advanced tools
Comparing version 0.0.4 to 0.0.5-add-shellcheck-c27808d2b4b33f8e1d86a923c56d654f2f93830a
@@ -7,2 +7,8 @@ # Change Log | ||
# v0.0.5 | ||
## (2020-09-01) | ||
* ci: Add shellcheck and renovate config [Josh Bowling] | ||
* Update readme [Josh Bowling] | ||
# v0.0.4 | ||
@@ -9,0 +15,0 @@ ## (2020-09-01) |
{ | ||
"name": "@balena/jellycheck", | ||
"version": "0.0.4", | ||
"version": "0.0.5-add-shellcheck-c27808d2b4b33f8e1d86a923c56d654f2f93830a", | ||
"description": "Scripts to perform common checks on Jellyfish files", | ||
@@ -9,3 +9,3 @@ "bin": { | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make lint && make test" | ||
}, | ||
@@ -26,3 +26,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/product-os/jellycheck#readme" | ||
"homepage": "https://github.com/product-os/jellycheck#readme", | ||
"devDependencies": { | ||
"shellcheck": "^0.4.4" | ||
} | ||
} |
# jellycheck | ||
A collection of common checks used across all Jellyfish repos | ||
- `scripts/check-licenses.sh`: Checks that files include the required license header | ||
- `scripts/check-filenames.sh`: Checks that filename casing is correct | ||
- `scripts/check-deployable-lib.sh`: Checks that certain files do not exist under `lib` | ||
- Check that files include the required license header | ||
- Check that filename casing is correct | ||
- Check that certain files do not exist under `lib` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
5611
6
29
0
1