Update Checkstyle DTD version from 1.0 to 1.2

This commit is contained in:
Gary Gregory 2024-05-05 14:46:04 -04:00
parent f4a616f50d
commit bdd308b5c8
1 changed files with 22 additions and 20 deletions

View File

@ -15,7 +15,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd"> <!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions> <suppressions>
<suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/> <suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
<suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/> <suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>