When I run the linter with --verbose, my screen fills up with pages of this message:
There is no applicable data for loader <class 'azure.cli.core._help_loaders.HelpLoaderV1'>.
The source of the problem is line 37 of _help_loaders.py. These logger.info statements aren't necessary. They should be, at most, debug statements. We should also look into why _data_is_applicable is called hundreds of times.
When I run the linter with --verbose, my screen fills up with pages of this message:
There is no applicable data for loader <class 'azure.cli.core._help_loaders.HelpLoaderV1'>.The source of the problem is line 37 of
_help_loaders.py. These logger.info statements aren't necessary. They should be, at most, debug statements. We should also look into why_data_is_applicableis called hundreds of times.