-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Issue #16630: fp when <p> is nested #16687
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
Conversation
Github, generate report by config from InputJavadocParagraphIncorrect.java |
Report generation failed. Please check the logs for more details. |
Github, generate report for InputJavadocParagraphIncorrect.java |
Failed to generate config from the specified file. |
Github, generate report |
Report generation failed on phase "make_report", |
Github, generate report |
1 similar comment
Github, generate report |
Report generation failed on phase "make_report", |
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.
item:
.github/workflows/diff-report.yml
Outdated
@@ -127,7 +127,7 @@ jobs: | |||
MAIN_REPO_GIT_URL="https://github.com/checkstyle/checkstyle.git" | |||
git remote add upstream "$MAIN_REPO_GIT_URL" | |||
git fetch upstream | |||
FORK_REPO_GIT_URL="https://github.com/$USER_LOGIN/checkstyle.git" | |||
FORK_REPO_GIT_URL="https://github.com/$USER_LOGIN/checkstyle-fork.git" |
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.
please revert.
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.
done
Github, generate report for JavadocParagraph/all-examples-in-one |
Report for JavadocParagraph/all-examples-in-one: |
Github, generate report for JavadocParagraph/all-examples-in-one |
Failed to download or process the specified configuration(s).
|
Fixes: #16630
Fixed false-positive and some already existing tests.
The check was built on the assumption that a nested
<p>
tag means it is nested inside another<p>
tag.Now, no violation will be produced if a
<p>
tag is nested inside any other tag.Diff Regression config: https://gist.githubusercontent.com/Aziz-755/be055e1bc5556b0a86f9bbbe2542247a/raw/f7e860c59ef49c966a88d724d359dc677fd16711/JavadocParagraphfp.xml