ygerasimov / featurebranch

Feature branch
MIT License
6 stars 1 forks source link

code analysis #4

Open ygerasimov opened 10 years ago

ygerasimov commented 10 years ago

add a step in phing that runs code analysis for custom modules regarding the style checks, phpmd and probably some other checks.

We need to have dashboard in jenkins to see the technical dept

podarok commented 10 years ago

What kind of technical dept?

ygerasimov commented 10 years ago

I mean problems with the code. For example some functions are too long, or some code is not according to standards. Detailed metrics should be discussed and implemented.

podarok commented 10 years ago

Something like a http://dgo.to/coder review log?