-
Notifications
You must be signed in to change notification settings - Fork 93
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
SONARPY-2430: Enable all rules in the extend ruling #2230
Conversation
The syntax changed slightly. However, the content has stayed the same
336214d
to
ce6e3f1
Compare
ce6e3f1
to
5cf3dcf
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.
Looks good!
Just some further cleanup that can be made.
|
||
@BeforeAll | ||
static void prepare_quality_profile() throws IOException { | ||
List<String> ruleKeys = bugRuleKeys(); |
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.
We can now remove this method (and close the associated ticket, after an honorable 3 years of waiting patiently to be handled).
|
||
import static java.nio.charset.StandardCharsets.UTF_8; | ||
import static org.assertj.core.api.Assertions.assertThat; | ||
import static org.sonar.python.it.RulingHelper.bugRuleKeys; | ||
import static org.sonar.python.it.RulingHelper.getOrchestrator; | ||
|
||
// Ruling test for bug rules, to ensure they are properly tested without slowing down the CI |
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.
Probably this comment doesn't make sense anymore.
Quality Gate passedIssues Measures |
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!
SONARPY-2430
This PR tries to merge into the
ruling-parallelization-master
to not make the build onmaster
slower