-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
PR https://github.com/Azure/azure-rest-api-specs-pr/pull/21133 adds a readme.md
like this:
specification/foo/resource-manager/Private.Foo/bar/readme.md
It does not have a readme.md
directly under resource-manager
. This causes check Avocado
to fail:
{
"level":"Error",
"code":"MISSING_README",
"message":"Can not find readme.md in the folder. If no readme.md file, it will block SDK generation.",
"path":"/mnt/vss/_work/1/sha/specification/foo/resource-manager",
"folderUrl":"/mnt/vss/_work/1/sha/specification/foo/resource-manager"
}
avocadoForDir: /mnt/vss/_work/1/sha/specification/foo/resource-manager/Private.Foo/bar
errors: 1
Should this cause Avocado
to fail, or is a bug in the check?
Other checks like LintDiff
appear to find the readme.md
correctly:
RETURN definition getChangingConfigureFiles
all affected readme are:
[
"specification/foo/resource-manager/Private.Foo/bar/readme.md"
]
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog