From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5550A1F4BD; Thu, 10 Oct 2019 08:42:54 +0000 (UTC) Date: Thu, 10 Oct 2019 08:42:52 +0000 From: Eric Wong To: meta@public-inbox.org Cc: Alyssa Ross Subject: [PATCH] TODO: add item for config linter and grapher Message-ID: <20191010084252.GA14936@ailurophile> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: It'll be useful for tools and users to test and perhaps visualize configs before reloading -httpd/-nntpd/-watch. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 93054bb3..c2eb77c5 100644 --- a/TODO +++ b/TODO @@ -115,3 +115,8 @@ all need to be considered for everything we introduce) * support searching based on `git-patch-id --stable` to improve bidirectional mapping of commits <=> emails + +* linter to check validity of config file + +* linter option and WWW endpoint to graph relationships and flows + between inboxes, addresses maildirs, coderepos, etc...