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
As a SeCurLI user, I want to easily add new languages to my repository
So that when I have an existing repo with secureli installed, and I add a new language to the repo (ie add a .js file for the first time) we currently abort their commit until they run secureli init again. A prompt comes up in the CLI but I don't wait for input.
AC
- When I commit a new language, I am prompted to install new hooks and wait for their response
- If I input "n" I continue the commit with existing hooks
- If I input "y" SeCurLI install the new hooks, and then continues the pre-commit process with all installed hooks
As a SeCurLI user, I want to easily add new languages to my repository
So that when I have an existing repo with secureli installed, and I add a new language to the repo (ie add a .js file for the first time) we currently abort their commit until they run secureli init again. A prompt comes up in the CLI but I don't wait for input.
AC
- When I commit a new language, I am prompted to install new hooks and wait for their response
- If I input "n" I continue the commit with existing hooks
- If I input "y" SeCurLI install the new hooks, and then continues the pre-commit process with all installed hooks