Skip to content

Tags: codeclimate/codeclimate-sonar-java

Tags

b105

Toggle b105's commit message
Add test pattern (#35)

b101

Toggle b101's commit message
Dogfood: Enable sonar-engine (#31)

b90

Toggle b90's commit message
Override workdir (`<dir>/.sonarlint`) to avoid having to copy files i…

…nto a RW directory (#32)

b85

Toggle b85's commit message
Rename sonar wrapper (#27)

b80

Toggle b80's commit message
Allow configuration overrides (#26)

* config.json support

* Simplify argument options passed to Sonar as we override what is needed using config.json

b77

Toggle b77's commit message
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

b69

Toggle b69's commit message
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`

b29

Toggle b29's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix date format

b27

Toggle b27's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add dockerignore

b26

Toggle b26's commit message
Merge pull request #8 from codeclimate/npc/tweak-json-report

Tweak JsonReport output