MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / main

Function main

misc/python/materialize/cli/lint.py:36–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def main() -> int:
37 args = parse_args()
38 print_duration = args.print_duration
39 verbose_output = args.verbose
40 offline = args.offline
41
42 manager = LintManager(print_duration, verbose_output, offline)
43 return_code = manager.run()
44 return return_code
45
46
47class LintManager:

Callers 1

lint.pyFile · 0.70

Calls 3

runMethod · 0.95
LintManagerClass · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected