Nick Yang
Nick Yang
### Context Team does PR-linting as a service. Users should be able to just install a GitHub app and ask for their repository to be added to a list of...
##### Summary `cache_dir_lock` is initialized as `None` here, in the global scope I believe: https://github.com/ansible/ansible-lint/blob/7849f27453fe1d9c29a43c71cff8f5b666bd43b6/src/ansiblelint/__main__.py#L82 In `initialize_options`, a new, frame-only `cache_dir_lock` is created here: https://github.com/ansible/ansible-lint/blob/7849f27453fe1d9c29a43c71cff8f5b666bd43b6/src/ansiblelint/__main__.py#L148-L152 I think pylint was correct...
* if you have an inventory plugin (or other non-test/non-filter plugin, I'd assume) that has docs only provided via sidecar, then the plugin's config defs need to be populated by...
opentelemetry: use semconv attributes ## Description * use attributes defined in opentelemetry's semconv * stop setting span attribute `component`, as that's been deprecated * fixes #3769 ## Types of Changes...