From a7b0cd476416c8d6a0195827aafa36b05cf4fa0a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 21 Apr 2021 02:37:09 +0200 Subject: [PATCH] chore(cube-doctor): add cube-doctor.yml --- .cube-doctor.yml | 10 ++++++++++ MANIFEST.in | 1 + 2 files changed, 11 insertions(+) create mode 100644 .cube-doctor.yml diff --git a/.cube-doctor.yml b/.cube-doctor.yml new file mode 100644 index 0000000..495384b --- /dev/null +++ b/.cube-doctor.yml @@ -0,0 +1,10 @@ +--- +rules: + add-new-rules: + project-kind: cubicweb-cube + fix-README: + add-pytest-deprecated-warnings: + add-pypi-publish: + add-deb-publish: + add-yamllint: + update-licence-dates: diff --git a/MANIFEST.in b/MANIFEST.in index 315e2c3..153f20a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,3 +11,4 @@ exclude .gitlab-ci.yml exclude cubicweb-addressbook.spec prune debian exclude .yamllint +exclude .cube-doctor.yml -- GitLab