Overdrivr / micro-ci

Continuous Integration for embedded platforms
0 stars 0 forks source link

Code linting #52

Closed Overdrivr closed 8 years ago

Overdrivr commented 8 years ago

@DanFaudemer There are 820 errors found during linting. If I add the linting command to the CI, builds will fail until all errors are fixed. For now, I am more in favor of regular linting, before doing each PR for instance. We can switch later on to tools like codeclimate to ensure code quality. What do you think ?

For now I will fix all current linting errors in the linting branch

Overdrivr commented 8 years ago

820 errors for only 18% of the code actually haha

Overdrivr commented 8 years ago

Linter setup fixed by #83