You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unlike typical linting tools, such as flake8, markdownlint, etc, which are usually quiet by default.
Expected behaviour
Let's print out only "error" and "warning" type of messages by the license checker, so that it would behave similarly to other linting tools out there.
The script can allow user to increase verbosity (e.g. by means of a -v command-line option) if the user would like to see also the "info" type of messages and statistics about which files were processed, how much time the execution took, and how many values were validated in each file.
The text was updated successfully, but these errors were encountered:
Current behaviour
The license checker helper script output is rather verbose currently:
This is unlike typical linting tools, such as
flake8
,markdownlint
, etc, which are usually quiet by default.Expected behaviour
Let's print out only "error" and "warning" type of messages by the license checker, so that it would behave similarly to other linting tools out there.
The script can allow user to increase verbosity (e.g. by means of a
-v
command-line option) if the user would like to see also the "info" type of messages and statistics about which files were processed, how much time the execution took, and how many values were validated in each file.The text was updated successfully, but these errors were encountered: