zulint
zulint copied to clipboard
custom_rules - matches based on multiline pattern cant exclude based on multiline matching
currently it's possible to match based on multiline patterns. eg 'pattern': r'(\?\>\n.)',
However it is not possible to exclude based that next line content. It would be nice to be able to exclude based on next line(s) matching