mozilla-pipeline-schemas/validation/edge-validator
Mark Reid 4adafeb2be Add trailing newlines to validation files where missing. (#295)
Used this command:
for f in $(find . -name "*.json"); do
  tail -c1 $f | read -r _ || echo >> $f
done
2019-06-19 13:10:53 -07:00
..
error-report.1.missing-error.fail.json Add trailing newlines to validation files where missing. (#295) 2019-06-19 13:10:53 -07:00
error-report.1.negative-error.fail.json Add trailing newlines to validation files where missing. (#295) 2019-06-19 13:10:53 -07:00
error-report.1.over-100-error.fail.json Add trailing newlines to validation files where missing. (#295) 2019-06-19 13:10:53 -07:00
error-report.1.sample.pass.json Add trailing newlines to validation files where missing. (#295) 2019-06-19 13:10:53 -07:00