I am currently trying to set up Checkstyle in my Review Board/ReviewBot Worker instance, but I am running into some issues with the Checkstyle XML configuration file.
As of now, Reviewboard is connected to a RabbitMQ broker, and the broker is able to recognize that i have one ReviewBot worker node running. Further, my PMD configuration is able to work.
However, every time I run Checkstyle, the UI says 'Checkstyle passed' but my ReviewBot worker logs are outputting that the worker 'Cannot parse xml file: no element found: line 1, column 0'.
My XML config window (just the first few lines of the XML) looks like this
Any advice?