You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsonReport improvements (#28)
* Improve CC Issue representation
* Fix relative paths on tests
* Don't to validation. Let it return invalid issues which will be properly validated by the CLI
Find correct paths to process (#21)
- Sonar's `src` and `exclusion` patterns are replaced by CLI's `include_paths`
- `test` patterns are only use to differentiate files, as Sonar applies different rules to them. Test files are always a subset of the `included_paths`