-
Notifications
You must be signed in to change notification settings - Fork 2
Improve formatting of unit output #29
Copy link
Copy link
Open
Description
The units tracked by the tool can be printed out it is run (see unit_static_analyser/__init__.py). The formatting for this is very basic and lacks basic context. An easy improvement would be to include the python module and line number for each unit. In the context of the run function the line number is available as key.line and the module name is available as checker.node_module_names[key].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels