ShawnHardwick

Results 18 comments of ShawnHardwick

I've reduced the issue in my previous comment. I've been unable to get the the `$ref` funtionality to resolve correctly in the `redhat.vscode-yaml`VS Code extension. **Doesn't work** ``` { "id":...

@aeschli Thanks for the clarification. I couldn't find any references anywhere that `id` was not supported in the VS Code extension or `yaml-language-server` repos. I didn't think that the `vscode-json-languageservice`...

I submitted a similar issue to this for `var-naming[no-role-prefix]` rule. Since both are line rules, it could be the same root cause.

I believe that the below should work, but the YAML parser implementation in `ansible-lint` doesn't handle it correctly: ```YAML test_block_scalar_variable: # noqa: var-naming[no-role-prefix] >- This is a scalar block. ```...

I believe this PR is ready for review. It is my understanding that the currently failing CI tests are not related to my PR.

Is there anything missing that I need to address to have this reviewed?

Still looking for someone to review this lol. We've forked this internally, but would see benefit in having this merged.