Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckStyle capability analysis #19

Closed
mhotan opened this issue Apr 25, 2013 · 3 comments
Closed

CheckStyle capability analysis #19

mhotan opened this issue Apr 25, 2013 · 3 comments
Assignees

Comments

@mhotan
Copy link
Owner

mhotan commented Apr 25, 2013

Find out if check style is capable of designing our code standard. Possibly extract a CheckStyle format file that we could all plug in to our eclipse instances.

@ghost ghost assigned espeo196 Apr 25, 2013
@espeo196
Copy link
Collaborator

The possibilities for CheckStyle are endless. There are literally checks for the smallest details. It works by storing the style details in an xml file. We can also create a style and share it on the repository. To do this we'll have to first decide on what rules we want to use. Then we can use eclipse to attach the xml file as a .checkstyle file so that anybody checking out the repo will have everything set up already. More details can be found at http://eclipse-cs.sourceforge.net/advanced_team.html

@mhotan
Copy link
Owner Author

mhotan commented Apr 25, 2013

Sweet. We will go through this as quick as possible Friday (not in excruciating detail). Simultaneously we will gen up our code standard document. Great work! Ill close this after we get done friday.

@espeo196
Copy link
Collaborator

Everything is now up and running for this. There is a Google doc under Phase 2 that explains this in more detail. Let me know if you have any questions.

@mhotan mhotan closed this as completed May 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants