You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@
5
5
6
6
7
7
8
-
SonarLint is a free IDE extension that lets you fix coding issues before they exist!
8
+
SonarLint™ is a free IDE extension that lets you fix coding issues before they exist!
9
9
10
-
Like a spell checker, SonarLint highlights Bugs and Security Vulnerabilities as you write code, with clear remediation guidance so you can fix them before the code is even committed.
10
+
Like a spell checker,it highlights Bugs and Security Vulnerabilities as you write code, with clear remediation guidance so you can fix them before the code is even committed.
11
11
12
-
SonarLint in Emacs supports analysis of JavaScript, TypeScript, Python, Java, HTML , PHP, Ruby, Scala and XML out of the box!
12
+
In Emacs supports analysis of JavaScript, TypeScript, Python, Java, HTML , PHP, Ruby, Scala and XML out of the box!
13
13
14
14
:warning: This is not an official [SonarSource](https://www.sonarsource.com/) extension
15
15
@@ -22,7 +22,7 @@ SonarLint in Emacs supports analysis of JavaScript, TypeScript, Python, Java, HT
22
22
-[ht](https://github.com/Wilfred/ht.el)
23
23
-[dash](https://github.com/magnars/dash.el)
24
24
25
-
The SonarLint language server needs a Java Runtime (JRE) 8 or 11. If one is already installed on your computer, SonarLint should automatically find and use it.
25
+
The language server needs a Java Runtime (JRE) 8 or 11. If one is already installed on your computer, SonarLint should automatically find and use it.
26
26
27
27
To analyze JavaScript and TypeScript, SonarLint will also need Node.js.
28
28
@@ -41,7 +41,7 @@ M-x package-install RET lsp-sonarlint RET (to install and compile `lsp-sonarli
41
41
```
42
42
43
43
## Usage
44
-
Sonarlint language server relies on java plugins to properly analyze the selected language source code.
44
+
The language server relies on java plugins to properly analyze the selected language source code.
45
45
The basic workflow to activate a plugin for a language is:
46
46
47
47
- Enable language specific extension, alongside lsp-sonarlint:
0 commit comments