MCPcopy
hub / github.com/timqian/chinese-independent-blogs / main

Function main

linter.py:72–74  ·  view source on GitHub ↗
(csv_file_path)

Source from the content-addressed store, hash-verified

70 assert line.endswith('\n'), f"Line {i} does not end with a newline"
71
72def main(csv_file_path):
73 check_csv(csv_file_path)
74 check_nnl(csv_file_path)
75
76
77if __name__ == "__main__":

Callers 1

linter.pyFile · 0.70

Calls 2

check_csvFunction · 0.85
check_nnlFunction · 0.85

Tested by

no test coverage detected