Skip to content

v2024.1.2

Compare
Choose a tag to compare
@qodana-bot qodana-bot released this 25 Apr 21:43
· 41 commits to main since this release
142fcf3

Changelog

  • 27ed210 ⬆️ Bump golang.org/x/net from 0.21.0 to 0.23.0 in /cli
  • 563c3dc ⬆️ Bump golang.org/x/net from 0.21.0 to 0.23.0 in /cmd
  • d8d1319 ⬆️ Bump golang.org/x/net from 0.21.0 to 0.23.0 in /core
  • db33148 ⬆️ Bump golang.org/x/net from 0.21.0 to 0.23.0 in /platform
  • b0cb423 🐛 Fix qodana.yml operations
  • faa1618 🐛 Fix check for updates versioning
  • 175b0e5 🐛 Return back --no-statistics flag
  • 79dc0ea 🚸 Add linter version and project hash to gathered FUS data (#337)
  • 938d2fc 🚸 Disable default quick-fixes behavior in qodana-dotnet in favor of its own (#325)
  • ac0abea 🚸 Disable report sending on license only token for 3rd party (#327)
  • 86a3240 ✨ QD-8811 Non-bundled plugin now should be stored in "custom… (#326)

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

Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:

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

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.