-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SONARPHP-1573 Update static RSPEC files and SonarLintTest #1315
Conversation
its/plugin/build.gradle.kts
Outdated
"integrationTestCompileOnly"(libs.jsr305) | ||
} | ||
|
||
val integrationTest by sourceSets.integrationTest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH I'm not sure what this is for, but I copied it from SonarText
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the build.gradle.kts again, I found the usage. I will remove it again.
5a5f651
to
71be77b
Compare
71be77b
to
52d9393
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
its/plugin/build.gradle.kts
Outdated
"integrationTestCompileOnly"(libs.jsr305) | ||
} | ||
|
||
val integrationTest by sourceSets.integrationTest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be removed
Quality Gate passedIssues Measures |
SONARPHP-1573
Part of