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
We added --exclude flag as a workaround for #94. However, this approach needs users to add --exclude flag every time they run Shisho.
Possible Solutions
We can (1) use .gitignore-like configuration files to determine paths to ignore (as Semgrep does), or (2) use another YAML file that includes configurations not only on file exclusion but also on the behaviour of Shisho.
Problem
We added
--exclude
flag as a workaround for #94. However, this approach needs users to add--exclude
flag every time they run Shisho.Possible Solutions
We can (1) use
.gitignore
-like configuration files to determine paths to ignore (as Semgrep does), or (2) use another YAML file that includes configurations not only on file exclusion but also on the behaviour of Shisho.Additional Notes
See #94 (comment) and #94 (comment). @ihrwein -san, thank you for your proposal!
The text was updated successfully, but these errors were encountered: