lint: Use zulint's methods for lister and printing errors.

Remove lister, printer and README files from server_lib.
This commit is contained in:
Aman 2019-08-02 19:14:11 +05:30 committed by Tim Abbott
parent 101049de27
commit 7588333079
6 changed files with 2 additions and 195 deletions

View file

@ -10,7 +10,7 @@ import subprocess
from collections import OrderedDict
from pathlib import PurePath
from server_lib import lister
from zulint import lister
from typing import cast, Dict, List
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))