Skip to content

v2023.2.5

Compare
Choose a tag to compare
@tiulpin tiulpin released this 04 Aug 10:00
· 420 commits to main since this release

Changelog

  • 3e71126 πŸ› Don't fail with the exception when git repo doesn't exist
  • f0653f8 πŸ› Don't spam the user with internal asserts during IDE preparation
  • e41d7b6 πŸ› Don't supply empty coverage directory. (#172)
  • c386694 🚸 Allow setting ide field from yaml file.
  • 9bfd7e7 πŸ”₯ Output percentage while downloading IDEs

Install

πŸ’‘ The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).

macOS and Linux

Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash

Windows

Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana

Anywhere else

Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.

Update

Update to the latest version depends on how you choose to install qodana on your machine.

Update with Homebrew

brew upgrade qodana

Update with Scoop

scoop update qodana

Update with Chocolatey

choco upgrade qodana

Update on Linux and macOS with the installer script

curl -fsSL https://jb.gg/qodana-cli/install | bash

Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.