Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 547 Bytes

masters.lints.py.md

File metadata and controls

19 lines (14 loc) · 547 Bytes

masters.lints.py

内容是一个合法的 python dict. 目前没有明确的 schema, 也没有计划规定 schema. 本项目想要专注于为绘图员提供一个趁手的工具, 不希望太复杂. 如果你是 power user, 可以自行编写自己需要的功能.

以下是例子:

{}

不规定检查内容. 程序会列出所有的路线/站点, 检查一些基本的问题(如首末站不匹配).

{
  "1": {"route_count":2},
  "2": {"route_count":2},
}

检查应有 1, 2 号主线, 各包括两条线路.