Using SonarLint Scan My Project - kevin-hinz/sonarlint-docs-migration-render GitHub Wiki

Page Item: Scan my project

SLUG: using-sonarlint-scan-my-project

HEADING 1

Lorum ipsum

INCLUDE INFORMATION ABOUT: analyzers; is the VS Code content applicable to other IDEs? On-demand scan (the opposite of the on-the-fly scan); based on SonarLint capabilities, which is not the same as SonarQube.

tabbed

Eclipse

PLACE ECLIPSE CONTENT HERE TO ENTERED INTO THE KONTENT.AI-SPECIFIC ASSET

tabbed

IntelliJ

PLACE INTELLIJ CONTENT HERE TO ENTERED INTO THE KONTENT.AI-SPECIFIC ASSET

tabbed

Visual Studio

PLACE VISUAL STUDIO CONTENT HERE TO ENTERED INTO THE KONTENT.AI-SPECIFIC ASSET

tabbed

Visual Studio Code

PLACE VISUAL STUDIO CONTENT HERE TO ENTERED INTO THE KONTENT.AI-SPECIFIC ASSET

FIRST STEPS

Lorum ipsum

Specify additional analyzer properties

It is possible to specify extra analyzer properties that will be used for analysis. Example:

    // In project/.vscode/settings.json
    {
        "sonarlint.analyzerProperties": {
            "sonar.javascript.node.maxspace": "4096"
        }
    }