Skip to content
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

478 jqa tries to load rules from jqa report file #482

Merged
merged 9 commits into from
Jul 17, 2024

Conversation

yaseno2186
Copy link
Contributor

Moved XMLHelper to Core shared
Added 3 tests
Added adjusted XmlRuleParserPlugin to read only rules
Adjusted Import order

Added in XmlRuleParserPlugin only to accept xml rule files
Moved XmlHelper from core rule to shared
Added test in XmlRuleParserPluginTest
Adjusted import in order
Added 1 test in XmlRuleParserPluginTest
Cleaned code
Adjusted import list in XmlRuleParserPluginTest
…m-jqa-report-file

# Conflicts:
#	core/rule/src/test/java/com/buschmais/jqassistant/core/rule/api/model/XmlRuleParserPluginTest.java
@yaseno2186 yaseno2186 requested a review from DirkMahler July 15, 2024 13:25
@yaseno2186 yaseno2186 requested a review from DirkMahler July 16, 2024 09:18
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
24.1% Coverage on New Code (required ≥ 80%)
E Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@@ -1,12 +1,16 @@
package com.buschmais.jqassistant.core.rule.api.model;
Copy link
Member

Choose a reason for hiding this comment

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

Please reformat the class with the jQA settings

@DirkMahler DirkMahler merged commit 6a22c6f into master Jul 17, 2024
5 of 6 checks passed
@DirkMahler DirkMahler deleted the 478-jqa-tries-to-load-rules-from-jqa-report-file branch July 17, 2024 08:39
@yaseno2186 yaseno2186 linked an issue Jul 18, 2024 that may be closed by this pull request
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.

jQA tries to load rules from jQA report file
2 participants