(internal): make lint errors fail CI, and disable spellcheck during linting (#561)

- make lint errors fail CI
- disable indentation linting
- disable package linting for org-roam-macs.el
- disable spellcheck for checkdoc
- fixes compilation errors
This commit is contained in:
Jethro Kuan
2020-05-04 15:17:39 +08:00
committed by GitHub
parent a723199d68
commit 7df50c14ec
12 changed files with 56 additions and 53 deletions

View File

@ -56,7 +56,7 @@ jobs:
# as failures, so linting and testing are run as separate steps.
- name: Lint
continue-on-error: true
continue-on-error: false
run: ./makem.sh -vv --sandbox $SANDBOX_DIR lint
- name: Test