Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Fixes the exit status for lint when given a track containing malformed JSON

Compare
Choose a tag to compare
@nywilken nywilken released this 23 Sep 10:54

Running lint on a track with a malformed JSON configuration file will result in a zero exit status, even though the lint command reports an error. This release fixes the said issue and ensures that a zero exit status is only returned for a valid track that has passed all lint checks.