This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sonarlint): bump to v1.16.0 (#531)
Change-Id: I43dcfbf452d1d33be34b6cdc549f90520f79ebd5 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
- Loading branch information
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v2 | ||
publisher: sonarsource | ||
name: sonarlint-vscode | ||
version: 1.16.0 | ||
type: VS Code extension | ||
displayName: vscode-sonarlint | ||
title: Sonarlint code intelligence | ||
description: VS Code extension that provides sonarlint features | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
firstPublicationDate: "2020-01-09" | ||
category: Linter | ||
repository: https://github.com/SonarSource/sonarlint-vscode | ||
spec: | ||
containers: | ||
- image: "quay.io/eclipse/che-sidecar-sonarlint:1.16.0-4af5039" | ||
name: vscode-sonarlint | ||
memoryLimit: "512Mi" | ||
volumes: | ||
- mountPath: "/home/theia/.m2" | ||
name: m2 | ||
extensions: | ||
- https://github.com/SonarSource/sonarlint-vscode/releases/download/1.16.0/sonarlint-vscode-1.16.0.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.13.0 | ||
1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters