From 01b5239813d5ad50918934de587798bde19bbb44 Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Sat, 4 Dec 2021 00:13:56 +0000 Subject: [PATCH 1/2] chore(cube-doctor): add-deb-publish rule has been removed --- .cube-doctor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cube-doctor.yml b/.cube-doctor.yml index 495384b..b1e49ae 100644 --- a/.cube-doctor.yml +++ b/.cube-doctor.yml @@ -5,6 +5,5 @@ rules: fix-README: add-pytest-deprecated-warnings: add-pypi-publish: - add-deb-publish: add-yamllint: update-licence-dates: -- GitLab From 0f67d57c01c8bbf982a92dc4c385d23705b43569 Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Sat, 4 Dec 2021 00:14:25 +0000 Subject: [PATCH 2/2] feat(cube-doctor): add add-set-cubicweb-max-version --- .cube-doctor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.cube-doctor.yml b/.cube-doctor.yml index b1e49ae..681251f 100644 --- a/.cube-doctor.yml +++ b/.cube-doctor.yml @@ -1,9 +1,9 @@ ---- rules: add-new-rules: project-kind: cubicweb-cube - fix-README: - add-pytest-deprecated-warnings: - add-pypi-publish: - add-yamllint: - update-licence-dates: + add-pypi-publish: null + add-pytest-deprecated-warnings: null + add-yamllint: null + fix-README: null + set-cubicweb-max-version: null + update-licence-dates: null -- GitLab