lint: Use zulint's methods for lister
and printing errors.
Remove lister, printer and README files from server_lib.
This commit is contained in:
parent
101049de27
commit
7588333079
6 changed files with 2 additions and 195 deletions
|
@ -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__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue