sonarlint

On-the-fly bug and quality issues detection for JavaScript, TypeScript, Python and PHP

SonarSource

13,313

8

Bug Reports

1.3.0

SEE LICENSE IN LICENSE.txt

GitHub

This package provides the following services:

This package consumes the following services:

SonarLint for Atom

⚠️ SonarLint for Atom is now decommissioned.

See the community announcement for more details

SonarLint is an IDE extension that helps you detect and fix quality issues as you write code in JavaScript, TypeScript, PHP and Python.

How it works

SonarLint is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so that they can be fixed before committing code. You can get it directly from the ATOM Marketplace, and it will then detect new bugs and quality issues as you code (JavaScript, TypeScript, PHP and Python).

sonarlint on-the-fly

Issues are highlighted in your code, and also listed in the 'Diagnostics' or 'Linter' panel. Note that only files within a project are analyzed. You can access the detailed rule description directly from your editor by using, depending on the UI tools you have, the provided code action or the link to the rules website.

Rules

Check the rules to see what SonarLint can do for you:

You will benefit from the following code analyzers: SonarJS, SonarTS, SonarPython and SonarPHP.

Requirements

    "*":
      sonarlint:
        javaHome: "C:\Program Files\Java\jre1.8.0_131"

Contributions and license

SonarLint for Atom is open source under the LGPL v3 license. Feel free to submit Pull Requests.

Feedback

The preferred way to discuss about SonarLint is by posting on the SonarSource Community Forum. Feel free to ask questions, report issues, and give suggestions.