Skip to content

Commit

Permalink
(internal): Exclude org-roam-compat.el from linting (org-roam#713)
Browse files Browse the repository at this point in the history
org-roam-compat.el may contain symbols that belong to other packages.
e.g. functions backported to older versions of Org mode.
  • Loading branch information
progfolio authored May 28, 2020
1 parent 5ee38f2 commit e3281fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
# The "all" rule is not used, because it treats compilation warnings
# as failures, so linting and testing are run as separate steps.

# org-roam-compat is excluded from linting because it contains
# symbols/aliases from other packages
- name: Lint
continue-on-error: false
run: ./makem.sh -vv --sandbox $SANDBOX_DIR lint
run: ./makem.sh -vv --sandbox $SANDBOX_DIR --exclude org-roam-compat.el lint

- name: Test
if: always() # Run test even if linting fails.
Expand Down

0 comments on commit e3281fc

Please sign in to comment.