I am getting a lot of errors in PHPStorm:
> Something went wrong: The commit hash previously reported no longer exists on this repository.
I presume this is because a tech debt item was reported against a branch commit, and then later the branch was squash-merged into trunk and deleted. This means that the commit that the tech debt was reported against no longer exists in our history.
As a result, PHPStorm is unable to show errors reported against rebased commits.