You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If semgrep does its own multithreading/processing then the hook could use require_serial: true, but I'd still argue the header shouldn't be printed with --quiet.
The text was updated successfully, but these errors were encountered:
pre-commit runs multiple processes in parallel with a group of files, and since semgrep always outputs a header/title even with
--quiet
, you get this:If semgrep does its own multithreading/processing then the hook could use
require_serial: true
, but I'd still argue the header shouldn't be printed with--quiet
.The text was updated successfully, but these errors were encountered: