-
-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Given a directory, I'd like to run a simple command to ensure the validity of all my ABOUT files.
Something like:
aboutcode check codebase/
This would return the list of errors and warnings along a proper exit code, or 0 if all ABOUT files are valid.
The purpose is to run that command before committing new libraries to a codebase and during the continuous integration, to prevent from pushing malformed ABOUT files and catch the potential issues upfront.