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
refactor(pre-commit): not running jscpd anymore (#4710)
`jscpd` leads to a 10 seconds delay of a git commit, as it needs to parse through the whole codebase to detect any copy&paste code parts. As we're doing within the pipeline even already, we should skip it on localhost due to this massive delay.
0 commit comments