monaco
monaco copied to clipboard
Added Code Climate badges
Description
Added Code Climate Badges
Related Issue
Related https://github.com/onebeyond/maintainers/issues/113
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
Is there any way to configure the analysis? Because I see many of the stuff mentioned on it is about unit tests and perhaps we should exclude them from the analysis.
Is there any way to configure the analysis?
Yes, @CesarD.
You can change the rules (with some limitations), here
Also you can manage individual issues status (so you can close or won't fix many of them too). In this View
As well you can disable paths here:
Thanks Ulises!! I'll give it a more proper review later. Have a nice weekend!