From 743db84550f23c4794ce11d8aa7aa4ef9d8545a7 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 27 Feb 2020 20:08:48 +0100 Subject: [PATCH] remove missing-manifest-dependency --- .pylintrc-mandatory | 1 - 1 file changed, 1 deletion(-) diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 7635cbb..26fe6ae 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -39,7 +39,6 @@ enable=anomalous-backslash-in-string, method-required-super, method-search, missing-import-error, - missing-manifest-dependency, openerp-exception-warning, pointless-statement, pointless-string-statement,