nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Integrate with Scrutinizr for code quality #70

Closed deni-zen closed 8 years ago

deni-zen commented 8 years ago

I ran the code quality/code smell analyzer on my library and got an extremely good rating so I want to integrate with this service for sure. Figure out what it takes and make it so...

deni-zen commented 8 years ago

I just looked at the results of my first code inspection and surprisingly the rating is like a 9 point something out of ten with just the default configuration. I investigated further into what issues there were with my code and like 90% of the issues it found were code that was commented out rather than removed and inaccurate/superfluous/unparsable docblock stuff. I can fix most of this stuff in a matter of minutes.

deni-zen commented 8 years ago

Oddly enough, I fixed a whole bunch of shit and my rating actually dropped. Not sure wtf happened there. This will be an ongoing issue to keep this rating above a 9 but I'm marking this as complete because otherwise I'd just always be moving this thing to the next version.