Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

code stye

ksondere October 12, 2016

I'm curious to know what people are using as a task to check code style.  I don't seem to see this in bamboo which surprises me

1 answer

0 votes
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 18, 2016

Just run checkstyle like you usually do (maven or script task, make sure it produces the HTML output), then add a script task to rename the checkstyle html:

mv target/site/checkstyle-aggregate.html target/site/index.html

And just include target/site with **/* as an artifact. You'll be able to click through to the checkstyle html directly from the UI.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events