Skip to content

Commit

Permalink
ci: disable scrutinizer build
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Apr 16, 2024
1 parent 2a7ef7b commit 0afb6a1
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
checks:
python: true
python: true

build:
image: default-bionic
nodes:
analysis:
dependencies:
override:
- sudo make deps-ubuntu
- make install
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: false
tests:
tests:
override:
nodes:
analysis:
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true

tests:
override:
- true
filter:
excluded_paths:
- 'tests/*'
- 'ocrd_models/ocrd_models/ocrd_page_generateds.py'
dependency_paths:
- 'lib/*'
excluded_paths:
- '*/test/*'
- 'core-models/ocrd_models/model/ocrd_page_generateds.py'
dependency_paths:
- 'lib/*'

0 comments on commit 0afb6a1

Please sign in to comment.