Skip to content

chore: gitignore gitlab reports

Oscar Tovar requested to merge gitignore-gitlab-reports into main

Description

This prevents us from accidentally checking in a code quality report that could incorrectly affect the merge request results.

Related Issues

None. I noticed this while browsing the repo.

How has this been tested?

After adding the gitignore rule, I ran touch gl-code-quality-report.json and verified that it was not listed with a git status.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Oscar Tovar

Merge request reports