Implemented enhancements:
- Support SonarQube servers with enabled Organization mode (like SonarCloud.io)
- Add json-schemas to simplify creating of
sonarlint.json
andglobal.json
. SeeREADME.md
Bug fixes:
- Fix extension activation if non-project file is first opened file
Implemented enhancements:
- Support SonarQube 6.7+
Implemented enhancements:
- Support multifolder workspaces
- Stability improvements - update dependencies
Bug fixes:
- Make sonarlint-cli posible to run on linux (again)
Implemented enhancements:
- sonarlint-cli is bundled with extension - no more
Downloading...
after update
Implemented enhancements:
- Support rules with multiline descriptions
- Stability improvements - update dependencies
Bug fixes:
- Fixes to make
sonar-bsl-plugin
work again
Bug fixes:
- Fixed parse of sonarlint-cli output with whole-file issues
Implemented enhancements:
- Analyze only current file by default
- You stil can run a full analyzis via
Analyze current project
command
- You stil can run a full analyzis via
- Analyze file upon opening
- Additional command
Analyze current file
added - Stability improvements - update dependencies
Bug fixes:
- Make sonarlint-cli posible to install on linux
Bug fixes:
- Fix sonarlint-cli downloading behind proxy
Implemented enhancements:
- Stability improvements - update dependencies
Bug fixes:
- Fix the global.json destination
Implemented enhancements:
- Update sonarlint-cli version
Implemented enhancements:
- Show error message on analyzis fail
- Stability improvements - update dependencies
Implemented enhancements:
- Stability improvements - update critical dependencies
Implemented enhancements:
- Add commands to create the
global.json
andsonarlint.json
for Connected Mode