Skip to content

Commit

Permalink
Update lint and test to ignore sparql + ro-crate-metadata directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhambley committed Sep 11, 2024
1 parent 9d74326 commit f6c70e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
poetry install --all-extras -vv
- name: Analysing the code with pylint
run: |
poetry run pylint --errors-only $(git ls-files '*.py')
poetry run pylint --errors-only $(git ls-files '*.py') --ignore=tests/SPARQL,ro-crate-metadata --ignore-patterns=workflowhub_graph/create_ro_crate.py
- name: Testing the code with pytest
run: |
poetry run py.test tests
poetry run py.test tests --ignore=tests/SPARQL --ignore=ro-crate-metadata --ignore=workflowhub_graph/create_ro_crate.py

0 comments on commit f6c70e6

Please sign in to comment.