mirror of
https://github.com/mandiant/capa.git
synced 2025-12-26 12:50:58 -08:00
Prevent the linter to raise an exception if `examples` is `None`, as it for example currently happens in: `capa-rules/nursery/hash-data-using-murmur2.yml` We could also remove the `examples` tag in those cases, but the linter shouldn't break in any case.