Skip to content

Commit

Permalink
chore: suppress MethodBodyCommentsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 3, 2024
1 parent 9bb9266 commit 4077325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/xml/XMLDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ void comparesToAnotherDocument() {
@Test
@Disabled
void comparesDocumentsWithDifferentIndentations() {
// @checkstyle MethodBodyCommentsCheck (4 lines)
// @todo #1:90min Implement comparison of XML documents with different indentations.
// The current implementation of XMLDocument does not ignore different indentations
// when comparing two XML documents. We need to implement a comparison that ignores
Expand Down

0 comments on commit 4077325

Please sign in to comment.