-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
the other project is missing the makefile check because I can't get the binary name with the current makefile methods. To be done !
42PyChecker/PyChecker/projects/other.py
Lines 8 to 13 in 985e824
| def check(root_path: str, args): | |
| if not args.no_author: | |
| author.check(args.path) | |
| if not args.no_norm: | |
| norme.check(args.path, root_path) | |
| # @todo: Add the makefile check and find the binary name itself |
Reactions are currently unavailable