@balena/jellycheck
Advanced tools
Comparing version 0.0.4 to 0.0.5-update-readme-25ee39da4719038d2f07f80503df0ee0946956d4
@@ -7,2 +7,7 @@ # Change Log | ||
# v0.0.5 | ||
## (2020-09-01) | ||
* Update readme [Josh Bowling] | ||
# v0.0.4 | ||
@@ -9,0 +14,0 @@ ## (2020-09-01) |
{ | ||
"name": "@balena/jellycheck", | ||
"version": "0.0.4", | ||
"version": "0.0.5-update-readme-25ee39da4719038d2f07f80503df0ee0946956d4", | ||
"description": "Scripts to perform common checks on Jellyfish files", | ||
@@ -5,0 +5,0 @@ "bin": { |
# 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` |
4649