chore: remove old TODO comment (#744)

This commit is contained in:
William Woodruff 2025-05-03 23:33:10 -04:00 committed by GitHub
parent fb8e3f63f3
commit 87ec786488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,4 @@ impl Audit for Obfuscation {
) -> anyhow::Result<Vec<Finding<'a>>> {
self.process_step(step)
}
// TODO: Implement obfuscation checks for expressions via audit_raw.
// See: https://github.com/woodruffw/zizmor/issues/458
}