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 12df7c8
Showing 1 changed file with 18 additions and 23 deletions.
41 changes: 18 additions & 23 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:
- true
nodes:
analysis:
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true

tests:
tests:
- tru
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 12df7c8

Please sign in to comment.