Functionsยง
- are_
kinds_ matching - is_
error_ kind - Whether the kind will match parsing error occurred in the source code.
for example, we can use
kind: ERROR
in YAML to find invalid syntax in source. the nameis_error
implies the matcher itself is error. But here the matcher itself is valid and it is what it matches is error.