https://github.com/fireeye/capa-rules/issues/289 shows that we may need to be more strict in PRs to avoid introducing offenses in the nursery rules. Currently lint.py allows any kind of warnings for files in the nursery, while I think we only want to allow that examples are missing. Is this right?
https://github.com/fireeye/capa-rules/issues/289 shows that we may need to be more strict in PRs to avoid introducing offenses in the nursery rules. Currently
lint.py
allows any kind of warnings for files in the nursery, while I think we only want to allow that examples are missing. Is this right?