-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Enable linter for azure-rest-api-specs #29434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable linter for azure-rest-api-specs #29434
Conversation
|
PR validation pipeline restarted successfully. This comment will be populated with next steps to merge this PR once validation is completed. Please wait ⌛. |
Swagger Validation Report
|
Swagger Generation Artifacts
|
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
|
/azp run prepare-pipelines |
|
No pipelines are associated with this pull request. |
…ommon in rest-api-specs
weshaggard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the linter.yml is an unchanged copy/paste from tools repo.
Unfortunately, the other repositories that have the CODEOWNERS linter is enabled get the codeowners-linter.yml file pushed out as part of the eng/common sync. azure-rest-api-specs is not a repository that we sync eng/common with, meaning that if the version of the linter changes, this will need to be updated manually. Also of note, the working directory in the yml file is eng/common, which doesn't exist in this repo and had to be changed to eng/pipelines.
The pipeline is created, I ran a run against the refs/merge of this PR, and it passed, as expected.