File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<!DOCTYPE suppressions PUBLIC
3- "-//Puppy Crawl //DTD Suppressions 1.1 //EN"
4- "http ://www.puppycrawl.com /dtds/suppressions_1_1 .dtd">
3+ "-//Checkstyle //DTD SuppressionFilter Configuration 1.2 //EN"
4+ "https ://checkstyle.org /dtds/suppressions_1_2 .dtd">
55<suppressions >
66 <suppress files =" package-info\.java" checks =" .*" />
77 <suppress files =" [\\/]test[\\/]" checks =" RequireThis" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
2+ <!DOCTYPE module PUBLIC
3+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
35<module name =" Checker" >
46
57 <module name =" SuppressionFilter" >
You can’t perform that action at this time.
0 commit comments