You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removal of P tag from first block of text causes Element 'subsection' cannot have character [children], because the type's content type is element-only., it is limitation of Xdoc files that we are using, workaround is change P to DIV
see details at checkstyle/checkstyle#15764 (comment)
The text was updated successfully, but these errors were encountered:
copy of checkstyle/checkstyle#15763
Suppression introduced at https://github.com/checkstyle/checkstyle/pull/15686/files#r1785246044
We need to resolve all cases in our code and remove suppression. There are about 250 violations.
https://checkstyle.semaphoreci.com/jobs/808b67ff-760f-438b-9baf-a11607a38637
removal of P tag from first block of text causes Element 'subsection' cannot have character [children], because the type's content type is element-only., it is limitation of Xdoc files that we are using, workaround is change P to DIV
see details at checkstyle/checkstyle#15764 (comment)
The text was updated successfully, but these errors were encountered: