mandiant / capa-rules

Standard collection of rules for capa: the tool for enumerating the capabilities of programs
https://github.com/mandiant/capa/
Apache License 2.0
538 stars 163 forks source link

Make linter fail for nursery in PRs #291

Open Ana06 opened 3 years ago

Ana06 commented 3 years ago

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?

williballenthin commented 3 years ago

good idea, lets be more strict with lints in the nursery, especially around formatting and the like.