From f78a0761eed94fae6e1da0214502a99d8e66f906 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 22 Aug 2019 12:57:31 +0200 Subject: [PATCH] Remove unneeded spotbugs/checkstyle declarations checkstyle/spotbugs are enabled by default by odlparent, there is no point in keeping these declarations. Change-Id: I2852f8521457785afb70aee4ac379e099f6fb153 Signed-off-by: Robert Varga --- common/concepts/pom.xml | 14 -------------- common/mockito-configuration/pom.xml | 19 ------------------- common/testutils/pom.xml | 20 -------------------- common/util/pom.xml | 14 -------------- yang/odlext-model-api/pom.xml | 14 -------------- yang/odlext-parser-support/pom.xml | 14 -------------- yang/openconfig-model-api/pom.xml | 14 -------------- yang/openconfig-parser-support/pom.xml | 14 -------------- yang/rfc6241-model-api/pom.xml | 14 -------------- yang/rfc6241-parser-support/pom.xml | 14 -------------- yang/rfc6536-model-api/pom.xml | 14 -------------- yang/rfc6536-parser-support/pom.xml | 14 -------------- yang/rfc7952-data-api/pom.xml | 14 -------------- yang/rfc7952-data-util/pom.xml | 14 -------------- yang/rfc7952-model-api/pom.xml | 14 -------------- yang/rfc7952-parser-support/pom.xml | 14 -------------- yang/rfc8040-model-api/pom.xml | 14 -------------- yang/rfc8040-parser-support/pom.xml | 14 -------------- yang/rfc8528-data-api/pom.xml | 14 -------------- yang/rfc8528-data-util/pom.xml | 14 -------------- yang/rfc8528-model-api/pom.xml | 14 -------------- yang/rfc8528-parser-support/pom.xml | 14 -------------- yang/yang-common/pom.xml | 14 -------------- yang/yang-data-api/pom.xml | 14 -------------- yang/yang-data-codec-gson/pom.xml | 14 -------------- yang/yang-data-codec-xml/pom.xml | 14 -------------- yang/yang-data-impl/pom.xml | 7 ------- yang/yang-data-jaxen/pom.xml | 7 ------- yang/yang-data-transform/pom.xml | 14 -------------- yang/yang-data-util/pom.xml | 14 -------------- yang/yang-data-xpath-api/pom.xml | 14 -------------- yang/yang-maven-plugin-it/pom.xml | 14 -------------- yang/yang-maven-plugin-spi/pom.xml | 14 -------------- yang/yang-maven-plugin/pom.xml | 14 -------------- yang/yang-model-api/pom.xml | 14 -------------- yang/yang-model-export/pom.xml | 7 ------- yang/yang-model-util/pom.xml | 14 -------------- yang/yang-model-validator/pom.xml | 15 --------------- yang/yang-parser-api/pom.xml | 14 -------------- yang/yang-parser-impl/pom.xml | 14 -------------- yang/yang-parser-reactor/pom.xml | 14 -------------- yang/yang-parser-rfc7950/pom.xml | 7 ------- yang/yang-parser-spi/pom.xml | 14 -------------- yang/yang-test-util/pom.xml | 19 ------------------- yang/yang-xpath-api/pom.xml | 14 -------------- yang/yang-xpath-impl/pom.xml | 7 ------- 46 files changed, 626 deletions(-) diff --git a/common/concepts/pom.xml b/common/concepts/pom.xml index ba7de1a058..76dbfbf8c6 100644 --- a/common/concepts/pom.xml +++ b/common/concepts/pom.xml @@ -43,20 +43,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/common/mockito-configuration/pom.xml b/common/mockito-configuration/pom.xml index 7670f98a81..993d186500 100644 --- a/common/mockito-configuration/pom.xml +++ b/common/mockito-configuration/pom.xml @@ -33,23 +33,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - - diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index d1e69837ac..15df12708a 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -59,26 +59,6 @@ com.google.guava guava - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - - diff --git a/common/util/pom.xml b/common/util/pom.xml index 5d35edca1f..c1effc26bc 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -61,20 +61,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/odlext-model-api/pom.xml b/yang/odlext-model-api/pom.xml index 865a4793ac..dba720f2b3 100644 --- a/yang/odlext-model-api/pom.xml +++ b/yang/odlext-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/odlext-parser-support/pom.xml b/yang/odlext-parser-support/pom.xml index fd033509d7..23d2409315 100644 --- a/yang/odlext-parser-support/pom.xml +++ b/yang/odlext-parser-support/pom.xml @@ -51,20 +51,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/openconfig-model-api/pom.xml b/yang/openconfig-model-api/pom.xml index c95f603bdb..af1caee057 100644 --- a/yang/openconfig-model-api/pom.xml +++ b/yang/openconfig-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/openconfig-parser-support/pom.xml b/yang/openconfig-parser-support/pom.xml index 983f579c2b..48a94c5846 100644 --- a/yang/openconfig-parser-support/pom.xml +++ b/yang/openconfig-parser-support/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc6241-model-api/pom.xml b/yang/rfc6241-model-api/pom.xml index e56f816cef..de67ce0b63 100644 --- a/yang/rfc6241-model-api/pom.xml +++ b/yang/rfc6241-model-api/pom.xml @@ -48,20 +48,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc6241-parser-support/pom.xml b/yang/rfc6241-parser-support/pom.xml index 8f99b469fb..c7f0b8105a 100644 --- a/yang/rfc6241-parser-support/pom.xml +++ b/yang/rfc6241-parser-support/pom.xml @@ -54,20 +54,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc6536-model-api/pom.xml b/yang/rfc6536-model-api/pom.xml index 93e58d0f83..cac876d0dc 100644 --- a/yang/rfc6536-model-api/pom.xml +++ b/yang/rfc6536-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc6536-parser-support/pom.xml b/yang/rfc6536-parser-support/pom.xml index 5a9f9c4df7..ce82724a26 100644 --- a/yang/rfc6536-parser-support/pom.xml +++ b/yang/rfc6536-parser-support/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc7952-data-api/pom.xml b/yang/rfc7952-data-api/pom.xml index beb545f0dc..9e4136a771 100644 --- a/yang/rfc7952-data-api/pom.xml +++ b/yang/rfc7952-data-api/pom.xml @@ -51,20 +51,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc7952-data-util/pom.xml b/yang/rfc7952-data-util/pom.xml index 9a779fc6f7..a378a8d5d3 100644 --- a/yang/rfc7952-data-util/pom.xml +++ b/yang/rfc7952-data-util/pom.xml @@ -59,20 +59,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc7952-model-api/pom.xml b/yang/rfc7952-model-api/pom.xml index 13917154ca..a390d81ea7 100644 --- a/yang/rfc7952-model-api/pom.xml +++ b/yang/rfc7952-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc7952-parser-support/pom.xml b/yang/rfc7952-parser-support/pom.xml index 8dad21dfc9..6c37b7ca9d 100644 --- a/yang/rfc7952-parser-support/pom.xml +++ b/yang/rfc7952-parser-support/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8040-model-api/pom.xml b/yang/rfc8040-model-api/pom.xml index 92340ebbc0..0826b0f7d6 100644 --- a/yang/rfc8040-model-api/pom.xml +++ b/yang/rfc8040-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8040-parser-support/pom.xml b/yang/rfc8040-parser-support/pom.xml index 48488d2b63..a90d87832e 100644 --- a/yang/rfc8040-parser-support/pom.xml +++ b/yang/rfc8040-parser-support/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8528-data-api/pom.xml b/yang/rfc8528-data-api/pom.xml index 1c8072d326..10e3fd7e96 100644 --- a/yang/rfc8528-data-api/pom.xml +++ b/yang/rfc8528-data-api/pom.xml @@ -55,20 +55,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8528-data-util/pom.xml b/yang/rfc8528-data-util/pom.xml index 0287527cd9..200053ad9f 100644 --- a/yang/rfc8528-data-util/pom.xml +++ b/yang/rfc8528-data-util/pom.xml @@ -51,20 +51,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8528-model-api/pom.xml b/yang/rfc8528-model-api/pom.xml index d2121fac78..70423e43b9 100644 --- a/yang/rfc8528-model-api/pom.xml +++ b/yang/rfc8528-model-api/pom.xml @@ -47,20 +47,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/rfc8528-parser-support/pom.xml b/yang/rfc8528-parser-support/pom.xml index a1be2dbc15..3d5a4d9453 100644 --- a/yang/rfc8528-parser-support/pom.xml +++ b/yang/rfc8528-parser-support/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index 14b70b51f1..93fa3ac27f 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -48,20 +48,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-api/pom.xml b/yang/yang-data-api/pom.xml index 372a072712..4f57710ada 100644 --- a/yang/yang-data-api/pom.xml +++ b/yang/yang-data-api/pom.xml @@ -55,20 +55,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index 46883b6470..6eea34ef46 100644 --- a/yang/yang-data-codec-gson/pom.xml +++ b/yang/yang-data-codec-gson/pom.xml @@ -71,20 +71,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-codec-xml/pom.xml b/yang/yang-data-codec-xml/pom.xml index 0821a1df8a..b56281cfdb 100644 --- a/yang/yang-data-codec-xml/pom.xml +++ b/yang/yang-data-codec-xml/pom.xml @@ -69,20 +69,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index ca1d1a38b4..4ab6334d39 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -95,13 +95,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/yang/yang-data-jaxen/pom.xml b/yang/yang-data-jaxen/pom.xml index ce2dbf3841..bbe7d94b3f 100644 --- a/yang/yang-data-jaxen/pom.xml +++ b/yang/yang-data-jaxen/pom.xml @@ -88,13 +88,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/yang/yang-data-transform/pom.xml b/yang/yang-data-transform/pom.xml index 4a24f7f7ce..50c13618c3 100644 --- a/yang/yang-data-transform/pom.xml +++ b/yang/yang-data-transform/pom.xml @@ -43,20 +43,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-util/pom.xml b/yang/yang-data-util/pom.xml index d82ba8aff7..bcb212c8e6 100644 --- a/yang/yang-data-util/pom.xml +++ b/yang/yang-data-util/pom.xml @@ -65,20 +65,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-data-xpath-api/pom.xml b/yang/yang-data-xpath-api/pom.xml index d9e72e2ead..499f1aedb8 100644 --- a/yang/yang-data-xpath-api/pom.xml +++ b/yang/yang-data-xpath-api/pom.xml @@ -60,20 +60,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 34ce26a0b8..9fa2aa4eaf 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -108,20 +108,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-maven-plugin-spi/pom.xml b/yang/yang-maven-plugin-spi/pom.xml index dbaaded453..0c4f23325e 100644 --- a/yang/yang-maven-plugin-spi/pom.xml +++ b/yang/yang-maven-plugin-spi/pom.xml @@ -62,13 +62,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.apache.maven.plugins maven-jar-plugin @@ -81,13 +74,6 @@ - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 86c88497a1..0574eb404a 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -127,20 +127,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-model-api/pom.xml b/yang/yang-model-api/pom.xml index f78f34d96f..e11e67d0fc 100644 --- a/yang/yang-model-api/pom.xml +++ b/yang/yang-model-api/pom.xml @@ -51,20 +51,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-model-export/pom.xml b/yang/yang-model-export/pom.xml index 4ae34e1650..7ff27cb506 100644 --- a/yang/yang-model-export/pom.xml +++ b/yang/yang-model-export/pom.xml @@ -62,13 +62,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/yang/yang-model-util/pom.xml b/yang/yang-model-util/pom.xml index b6772be1bf..ef3fa458b5 100644 --- a/yang/yang-model-util/pom.xml +++ b/yang/yang-model-util/pom.xml @@ -54,20 +54,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-model-validator/pom.xml b/yang/yang-model-validator/pom.xml index cc39d69b6c..337bdded04 100644 --- a/yang/yang-model-validator/pom.xml +++ b/yang/yang-model-validator/pom.xml @@ -110,22 +110,7 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index eeb7f7c259..9dbc21a738 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -39,20 +39,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-parser-impl/pom.xml b/yang/yang-parser-impl/pom.xml index cf934bbb52..e7d66bbf5f 100644 --- a/yang/yang-parser-impl/pom.xml +++ b/yang/yang-parser-impl/pom.xml @@ -131,20 +131,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - org.apache.felix maven-bundle-plugin diff --git a/yang/yang-parser-reactor/pom.xml b/yang/yang-parser-reactor/pom.xml index 3fcb952bcd..376b84ad43 100644 --- a/yang/yang-parser-reactor/pom.xml +++ b/yang/yang-parser-reactor/pom.xml @@ -63,20 +63,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-parser-rfc7950/pom.xml b/yang/yang-parser-rfc7950/pom.xml index 681d90c2cf..eee3efc9a6 100644 --- a/yang/yang-parser-rfc7950/pom.xml +++ b/yang/yang-parser-rfc7950/pom.xml @@ -111,13 +111,6 @@ org.codehaus.mojo build-helper-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - diff --git a/yang/yang-parser-spi/pom.xml b/yang/yang-parser-spi/pom.xml index 4acff22379..be245169ac 100644 --- a/yang/yang-parser-spi/pom.xml +++ b/yang/yang-parser-spi/pom.xml @@ -53,20 +53,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-test-util/pom.xml b/yang/yang-test-util/pom.xml index 0e1fc14d8f..bfcee0f588 100644 --- a/yang/yang-test-util/pom.xml +++ b/yang/yang-test-util/pom.xml @@ -28,23 +28,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - - diff --git a/yang/yang-xpath-api/pom.xml b/yang/yang-xpath-api/pom.xml index 0c5a70d6f8..aa3f1babb0 100644 --- a/yang/yang-xpath-api/pom.xml +++ b/yang/yang-xpath-api/pom.xml @@ -48,20 +48,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - diff --git a/yang/yang-xpath-impl/pom.xml b/yang/yang-xpath-impl/pom.xml index 43988872dd..d2aadef62a 100644 --- a/yang/yang-xpath-impl/pom.xml +++ b/yang/yang-xpath-impl/pom.xml @@ -92,13 +92,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - -- 2.36.6