Skip to content

Commit e0a27c0

Browse files
authored
Update Readme
Comply with some copyright enhancements.
1 parent ea729b0 commit e0a27c0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66

77

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!
99

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.
1111

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!
1313

1414
:warning: This is not an official [SonarSource](https://www.sonarsource.com/) extension
1515

@@ -22,7 +22,7 @@ SonarLint in Emacs supports analysis of JavaScript, TypeScript, Python, Java, HT
2222
- [ht](https://github.com/Wilfred/ht.el)
2323
- [dash](https://github.com/magnars/dash.el)
2424

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.
2626

2727
To analyze JavaScript and TypeScript, SonarLint will also need Node.js.
2828

@@ -41,7 +41,7 @@ M-x package-install RET lsp-sonarlint RET (to install and compile `lsp-sonarli
4141
```
4242

4343
## 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.
4545
The basic workflow to activate a plugin for a language is:
4646

4747
- Enable language specific extension, alongside lsp-sonarlint:
@@ -139,3 +139,8 @@ Click [here](https://github.com/SonarSource/sonarlint-vscode/blob/master/telemet
139139
## Contributions
140140

141141
Contributions are very much welcome.
142+
143+
#### Copyright
144+
145+
SONARLINT and SONARSOURCE are trademarks of SonarSource SA.
146+
All other trademarks and copyrights are the property of their respective owners.

0 commit comments

Comments
 (0)