Tests: (test.yml) Let lint fail

Some of these lint warnings aren't going to be fixed anytime soon, and
it's more useful to let the tests indicate success in that case.
This commit is contained in:
Adam Porter 2020-11-16 03:52:26 -06:00
parent c07971cd57
commit 5814cff188

View file

@ -59,7 +59,7 @@ jobs:
- name: Lint
# NOTE: Uncomment this line to treat lint failures as passing
# so the job doesn't show failure.
# continue-on-error: true
continue-on-error: true
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
- name: Test