Skip to content

Commit

Permalink
New version: JetBrains.QodanaCLI version 2024.1.3 (microsoft#151957)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Gillie <[email protected]>
  • Loading branch information
qodana-bot and stephengillie authored May 14, 2024
1 parent 18d2932 commit d3fdc63
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
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
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
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

0 comments on commit d3fdc63

Please sign in to comment.