Skip to content

Add sonar-project.properties configuration file and gitlab ci#28

Merged
rut31337 merged 2 commits into
mainfrom
sonarqube-gitlab
Jun 5, 2026
Merged

Add sonar-project.properties configuration file and gitlab ci#28
rut31337 merged 2 commits into
mainfrom
sonarqube-gitlab

Conversation

@marcosmamorim

Copy link
Copy Markdown
Contributor
  • Enable gitlab CI for sonarqube static analysis

@marcosmamorim marcosmamorim requested a review from rut31337 June 4, 2026 22:50

@rut31337 rut31337 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small issue: sonar.issue.ignore.multicriteria=e1,e2 declares e2 but it's never defined — the file ends after e1. SonarQube will warn about the missing e2 rule/resource pair. Either remove ,e2 from the list or add the e2 definition.

@rut31337 rut31337 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — e2 issue fixed, config looks good.

@rut31337 rut31337 merged commit 7ad9120 into main Jun 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants