You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used in most linters by now, because it's a very useful helper for XPath-based linting.
Since we already export with_id and ids_with_token as helpers for the parse data based approach, I think we could also export xml_nodes_to_lint().
Also thinking about the function name: Shouldn't this be either vectorized (on nodesets or lists of nodes) or singular (xml_node_to_lint())?
Used in most linters by now, because it's a very useful helper for XPath-based linting.
Since we already export
with_id
andids_with_token
as helpers for the parse data based approach, I think we could also exportxml_nodes_to_lint()
.Also thinking about the function name: Shouldn't this be either vectorized (on nodesets or lists of nodes) or singular (
xml_node_to_lint()
)?cc @MichaelChirico
The text was updated successfully, but these errors were encountered: