Nrlint - can't ignore 'Too many nodes on flow"

I have a flow with lots of nodes and I get the "Too many nodes on flow" warning.
Hovering over the error and clicking the dropdown button gives the options to ignore for node and ignore for flow, but neither of them silences the warning.

nrlint 1.0.2
Node Red 2.0.5
Firefox on Ubuntu

No obvious errors in developer console or log

Please raise an issue on github.

Done

Hi @Colin,

I had the same on one flow.
Changing the max-flow-size in the Linter settings solved that issue.
I changed the default of 100 nodes to 200 nodes.

Thanks @FireWizard52