Let's perform the following steps to review code commits on the Codacy Dashboard:
- On the Project Dashboard, click on the Commits menu.
- Select the master branch from the drop-down menu:
- On the commit list, find one of your commits with new issues marked in red:
- Click on a Commit to view its details:
- Implement the suggested fixes to clear the issues or open a GitHub issue for the developer team to fix.
- Now, click on the Open Pull Requests menu:
- Repeat steps 3 to 5 to review the issues and recommended solutions to clear them before the code is merged. This will improve code quality.