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
I'll add --no-security-check flag which follows the common pattern in Node.js ecosystem (like eslint's --no-eslintrc, biome's --no-git-ignore).
Example usage:
# Disable security check for this execution
repomix --no-security-check
# Can be combined with other options
repomix --no-security-check -o custom-output.txt
For permanent configuration, users can still use repomix.config.json:
Add a command line flag to disable the security check. It is always a false positive when running repomix on documentation.
#74
The text was updated successfully, but these errors were encountered: