Compare commits

..

No commits in common. "2baaeb561b3897e128e02b3783aa1135f4577c29" and "9c686913dd3411b14187b2f95d1a5f094d951b8a" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -7,3 +7,5 @@ plugins:
config:
tests_patterns:
- test/**
# pylint:
# enabled: true

View File

@ -224,7 +224,6 @@ code_quality:
- if: $CODE_QUALITY_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
secret_detection:
rules:
@ -239,7 +238,6 @@ semgrep-sast:
- if: $SAST_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
test_coverage:
# extends: test
@ -282,7 +280,6 @@ gemnasium-python-dependency_scanning:
- if: $DEPENDENCY_SCANNING_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
.deploy:
rules: