Tim Mullender
Tim Mullender
I think the issue is that https://github.com/Azure/azure-cli-dev-tools/blob/87605f5d941e0a17e5adccc3f373463fffa4857c/azdev/operations/style.py#L204 splits the repo_paths on whitespace instead of a comma
Updated to just split on a comma as I wasn't sure of the potential differences between get_azdev_config and get_azure_config
Also reproduced with the AWS CLI ``` aws ecs wait services-stable --cluster ClusterName --services ServiceName In function length(), invalid type for value: None, expected one of: ['string', 'array', 'object'], received:...