Update Checkstyle DTD version from 1.0 to 1.2
This commit is contained in:
parent
f4a616f50d
commit
bdd308b5c8
|
@ -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
|
||||
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>
|
||||
<suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
|
||||
<suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
|
||||
|
|
Loading…
Reference in New Issue