From 8522bd8acbf694120586a9ede4036d874a0a14f6 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 27 Jul 2020 19:10:29 +0200 Subject: Add a fixme disable rule --- api/.pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/.pylintrc b/api/.pylintrc index f25e4fc2..7fe24187 100644 --- a/api/.pylintrc +++ b/api/.pylintrc @@ -64,7 +64,8 @@ disable=duplicate-code, missing-module-docstring, invalid-name, bare-except, - too-few-public-methods + too-few-public-methods, + fixme # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option -- cgit v1.2.3