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
If files are removed via git - when other files are added in the same commit - it breaks the pre-commit workflow. The removed files fail the license check, though of course they shouldn't need a license if they are deleted.
One workaround is to add files in one commit, and remove files in a separate commit. But if we have a chance to fix this we should.