forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: JetBrains.QodanaCLI version 2024.1.3 (microsoft#151957)
Co-authored-by: Stephen Gillie <[email protected]>
- Loading branch information
1 parent
18d2932
commit d3fdc63
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
manifests/j/JetBrains/QodanaCLI/2024.1.3/JetBrains.QodanaCLI.installer.yaml
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,21 @@ | ||
# Created with Komac v1.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.QodanaCLI | ||
PackageVersion: 2024.1.3 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: .\qodana.exe | ||
PortableCommandAlias: qodana | ||
ReleaseDate: 2024-05-02 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/JetBrains/qodana-cli/releases/download/v2024.1.3/qodana_windows_x86_64.zip | ||
InstallerSha256: A73B5FDC214A68F10CB26FCDA497528F420B6DF2E66A1B3576D57B317EFC1C45 | ||
- Architecture: arm64 | ||
InstallerUrl: https://github.com/JetBrains/qodana-cli/releases/download/v2024.1.3/qodana_windows_arm64.zip | ||
InstallerSha256: 00616C53B65DC9F9E75FD757B36DC066883E6E56BEDFF676F8F66B37FBB57FE4 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
34 changes: 34 additions & 0 deletions
34
manifests/j/JetBrains/QodanaCLI/2024.1.3/JetBrains.QodanaCLI.locale.en-US.yaml
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,34 @@ | ||
# Created with Komac v1.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.QodanaCLI | ||
PackageVersion: 2024.1.3 | ||
PackageLocale: en-US | ||
Publisher: JetBrains s.r.o. | ||
PublisherUrl: https://www.jetbrains.com | ||
PublisherSupportUrl: https://www.jetbrains.com/help/qodana/getting-started.html | ||
PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy | ||
Author: JetBrains s.r.o. | ||
PackageName: Qodana CLI | ||
PackageUrl: https://www.jetbrains.com/qodana | ||
License: APACHE-2.0 | ||
LicenseUrl: https://github.com/JetBrains/qodana-cli/blob/main/LICENSE | ||
Copyright: Copyright © JetBrains s.r.o. | ||
ShortDescription: Qodana is a simple cross-platform command-line tool to run Qodana linters anywhere with minimum effort required. | ||
Moniker: qodana | ||
Tags: | ||
- jetbrains | ||
- qodana | ||
- code-quality | ||
- code-scanning | ||
ReleaseNotes: |- | ||
Changelog | ||
- 774bc8c :bug: Fix panic on reading final results (QD-8925) | ||
- d6f7751 :bug: Get rid of CI prefix in commit hash. | ||
- 0c5e6aa :children_crossing: Get rid of redundant flag. | ||
- 8e5ea66 :children_crossing: Obtain token for 3rd party linters the same way as for others. (#344) | ||
- 7acf90c :children_crossing: Unify license plan output. | ||
Print linked project. (#345) | ||
ReleaseNotesUrl: https://github.com/JetBrains/qodana-cli/releases/tag/v2024.1.3 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/j/JetBrains/QodanaCLI/2024.1.3/JetBrains.QodanaCLI.yaml
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,8 @@ | ||
# Created with Komac v1.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.QodanaCLI | ||
PackageVersion: 2024.1.3 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |