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
Circomspect does not provide a way to configure override rules per warning and files.
However the way we integrated it in the CI relies on a SARIF (Static Analysis Results Interchange Format) file, which is JSON based.
So we should be able to edit this file on the fly to remove entries related to the warnings and files we want to ignore.
Consider using e.g a .circomspectignore.yaml to define override rules:
Circomspect does not provide a way to configure override rules per warning and files.
However the way we integrated it in the CI relies on a SARIF (Static Analysis Results Interchange Format) file, which is JSON based.
So we should be able to edit this file on the fly to remove entries related to the warnings and files we want to ignore.
Consider using e.g a
.circomspectignore.yaml
to define override rules:The text was updated successfully, but these errors were encountered: