ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://smithy.security
Apache License 2.0
70 stars 12 forks source link

Disable staticcheck ST1000 rule #135

Closed ptzianos closed 5 months ago

ptzianos commented 5 months ago

This rule throws an error if no file in a package has a package comment.

This is also a nice-to-have thing but it's not a terrible issue if we don't have it everywhere atm, so we can disable it until we have fixed this around the entire repository

ptzianos commented 5 months ago

Closed as part of https://github.com/ocurity/dracon/pull/132