```
$ mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout 
-Dcheckstyle.output.format=plain
Starting audit...
/home/gaul/work/jclouds-labs/azure-queue-storage/src/main/java/org/jclouds/azure/storage/domain/internals/Queue.java:0:
 warning: File does not end with a newline.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiLiveTest.java:0:
 warning: File does not end with a newline.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiLiveTest.java:35:24:
 warning: '=' is not preceded with whitespace.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiLiveTest.java:37:10:
 warning: 'try' is not followed by whitespace.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiLiveTest.java:48:24:
 warning: '=' is not preceded with whitespace.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiLiveTest.java:57:24:
 warning: '=' is not preceded with whitespace.
/home/gaul/work/jclouds-labs/azure-queue-storage/src/test/java/org/jclouds/azure/storage/features/AzureQueueApiMockTest.java:0:
 warning: File does not end with a newline.
Audit done.
```

Again, if you fix the unit test failures, CloudBees should show the Checkstyle 
violations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/405#issuecomment-318528523

Reply via email to