Skip to content

Commit

Permalink
#98 aibolit.P20 suppressed in Directives
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent d7e54de commit 048177c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/xembly/Directives.java
Expand Up @@ -155,7 +155,9 @@ public Iterator<Directive> iterator() {
*/
@SuppressWarnings(
{
"PMD.StdCyclomaticComplexity", "PMD.InefficientEmptyStringCheck"
"PMD.StdCyclomaticComplexity",
"PMD.InefficientEmptyStringCheck",
"aibolit.P20_5"
}
)
public static Iterable<Directive> copyOf(final Node node) {
Expand Down

0 comments on commit 048177c

Please sign in to comment.