Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
feat(sonarlint): bump to v1.16.0 (#531)
Browse files Browse the repository at this point in the history
Change-Id: I43dcfbf452d1d33be34b6cdc549f90520f79ebd5
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf authored Jul 10, 2020
1 parent 8ef101d commit e0e5653
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
3 changes: 3 additions & 0 deletions v3/plugins/sonarsource/sonarlint-vscode/1.13.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
firstPublicationDate: "2020-01-09"
category: Linter
repository: https://github.com/SonarSource/sonarlint-vscode
deprecate:
automigrate: true
migrateTo: sonarsource/sonarlint-vscode/latest
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:8-0cfbacb"
Expand Down
22 changes: 22 additions & 0 deletions v3/plugins/sonarsource/sonarlint-vscode/1.16.0/meta.yaml
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
2 changes: 1 addition & 1 deletion v3/plugins/sonarsource/sonarlint-vscode/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.16.0
4 changes: 4 additions & 0 deletions vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
"repository": "https://github.com/SebastianZaha/vscode-emacs-friendly",
"revision": "660a6102103745f8e9e5affaa06a29e73ce9065e"
},
{
"repository": "https://github.com/SonarSource/sonarlint-vscode",
"revision": "1.16.0"
},
{
"repository": "https://github.com/spgennard/vscode_cobol",
"revision": "6.0.19"
Expand Down

0 comments on commit e0e5653

Please sign in to comment.