@ignore-error string for consistency checking

We have a very large library with a lot of different entries. Some of these entries do not have all the properties that our preferences for normal entries require.

Would it be possible to add a “ignore entry” and “ignore property” comment/marker similar to how “// @ts-ignore” works in Typescript? ( Documentation - TypeScript 2.6 )

This way the consistency checker can still run over the entire file and someone editing the bib can make the conscious and visible decision to ignore a certain error.

We are working on it. Maybe, it will be more as markdown-lint.

Thank you for the answer and working on this!

The exact syntax of how to signal this to jabref can of course be different. I was just using the typescript hint as an example.