valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 43e0552816d970de1e860d08cda3b54789cdfce5
parent 4625ac90a65fec2905c3e991ae4aaf1e8e5dcf95
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun,  6 Oct 2019 16:23:53 -0500

readme for yaml validation method
Diffstat:
Aexamples/README.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/examples/README.md b/examples/README.md @@ -0,0 +1,5 @@ +Before doing a PR for an example: + +To validate YAML syntax, use `https://github.com/nodeca/js-yaml/#safeloadall-string--iterator--options- `. Also works to use `js-yaml filename`. + +Validate all dates with `Data.parse()`