Bläddra i källkod

HDDS-1167. Error in hadoop-ozone/dev-support/checks/checkstyle.sh.
Contributed by Nandakumar.

Anu Engineer 6 år sedan
förälder
incheckning
fb546d1807
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      hadoop-ozone/dev-support/checks/checkstyle.sh

+ 1 - 1
hadoop-ozone/dev-support/checks/checkstyle.sh

@@ -15,7 +15,7 @@
 # limitations under the License.
 mvn -fn checkstyle:check -am -pl :hadoop-ozone-dist -Phdds
 
-violations=$(grep -r error --include checkstyle-errors.xml | wc -l)
+violations=$(grep -r error --include checkstyle-errors.xml .| wc -l)
 if [[ $violations -gt 0 ]]; then
     echo "There are $violations checkstyle violations"
     exit -1