Skip to content

Commit f3b3beb

Browse files
committed
Spelling fixes
1 parent 992c260 commit f3b3beb

File tree

9 files changed

+31
-36
lines changed

9 files changed

+31
-36
lines changed

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(package "lsp-sonarlint"
22
"0.0.1"
3-
"Emacs Sonarlint lsp client")
3+
"Emacs SonarLint lsp client")
44

55
(website-url "https://github.com/emacs-lsp/lsp-sonarlint")
66
(keywords "languages" "tools" "php" "javascript" "xml" "html" "java" "python")

languages/html/lsp-sonarlint-html.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint html plugin.
21+
;; Specific configuration for the SonarLint HTML plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -45,15 +45,15 @@
4545
(concat
4646
(file-name-directory load-file-name)
4747
"sonar-html.jar")
48-
"Lsp-sonarlint html analyzer location."
48+
"Lsp-sonarlint HTML analyzer location."
4949
:group 'lsp-sonarlint-html
5050
:type 'file)
5151

5252
(defvar lsp-sonarlint-html-doc-url "https://www.sonarsource.com/html/"
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-html-repository-url "https://github.com/SonarSource/sonar-html"
56-
"Official sonarlint code extension reposiroty.")
56+
"Official sonarlint code extension repository.")
5757

5858

5959

languages/java/lsp-sonarlint-java.el

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint java plugin.
21+
;; Specific configuration for the SonarLint Java plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,10 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-java-repository-url "https://github.com/SonarSource/sonar-java"
56-
"Official sonarlint code extension reposiroty.")
57-
58-
59-
56+
"Official sonarlint code extension repository.")
6057

6158

6259
(provide 'lsp-sonarlint-java)

languages/javascript/lsp-sonarlint-javascript.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint javascript plugin.
21+
;; Specific configuration for the SonarLint Javascript plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,7 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-javascript-repository-url "https://github.com/SonarSource/SonarJS"
56-
"Official sonarlint code extension reposiroty.")
56+
"Official sonarlint code extension repository.")
5757

5858

5959

languages/php/lsp-sonarlint-php.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint php plugin.
21+
;; Specific configuration for the SonarLint PHP plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,7 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-php-repository-url "https://github.com/SonarSource/sonar-php"
56-
"Official sonarlint code extension reposiroty.")
56+
"Official sonarlint code extension repository.")
5757

5858

5959

languages/python/lsp-sonarlint-python.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint python plugin.
21+
;; Specific configuration for the SonarLint python plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,7 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-python-repository-url "https://github.com/SonarSource/sonar-python"
56-
"Official sonarlint code extension reposiroty.")
56+
"Official sonarlint code extension repository.")
5757

5858

5959

languages/typescript/lsp-sonarlint-typescript.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
;;; Commentary:
2121
;; Specific configuration for the sonarlint typescript plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,7 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-typescript-repository-url "https://github.com/SonarSource/SonarJS"
56-
"Official sonarlint code extension reposiroty.")
56+
"Official sonarlint code extension repository.")
5757

5858
(provide 'lsp-sonarlint-typescript)
5959
;;; lsp-sonarlint-typescript.el ends here

languages/xml/lsp-sonarlint-xml.el

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; lsp-sonarlint-php.el --- lsp-sonarlint xml module -*- lexical-binding: t; -*-
1+
;;; lsp-sonarlint-xml.el --- lsp-sonarlint xml module -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2020 Fermin Munoz
44
;; URL: https://gitlab.com/sasanidas/lsp-sonarlint
@@ -18,9 +18,9 @@
1818
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
21-
;; Especific configuration for the sonarlint xml plugin.
21+
;; Specific configuration for the SonarLint XML plugin.
2222

23-
;; This is NOT and official Sonarlint extension.
23+
;; This is NOT and official SonarLint extension.
2424

2525

2626
;;; Code:
@@ -53,10 +53,7 @@
5353
"Documentation sonarsource URL.")
5454

5555
(defvar lsp-sonarlint-xml-repository-url "https://github.com/SonarSource/sonar-xml"
56-
"Official sonarlint code extension reposiroty.")
57-
58-
59-
56+
"Official sonarlint code extension repository.")
6057

6158

6259
(provide 'lsp-sonarlint-xml)

lsp-sonarlint.el

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; lsp-sonarlint.el --- Emacs Sonarlint lsp client -*- lexical-binding: t; -*-
1+
;;; lsp-sonarlint.el --- Emacs SonarLint lsp client -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2020 Fermin Munoz
44

@@ -24,10 +24,10 @@
2424
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
;;; Commentary:
27-
;; Sonarlint LSP extensions for GNU Emacs, add support for the majority of sonarlint languages
27+
;; SonarLint LSP extensions for GNU Emacs, add support for the majority of sonarlint languages
2828
;; including: php, javascript, typescript, html, python and java.
2929

30-
;; This is NOT an official Sonarlint extension.
30+
;; This is NOT an official SonarLint extension.
3131

3232

3333
;;; Code:
@@ -39,7 +39,7 @@
3939
(require 'shr)
4040

4141
(defgroup lsp-sonarlint nil
42-
"Sonarlint lsp server group"
42+
"SonarLint lsp server group"
4343
:group 'lsp-mode
4444
:link '(url-link "https://github.com/emacs-lsp/lsp-sonarlint")
4545
:package-version '(lsp-mode . "6.4"))
@@ -48,7 +48,7 @@
4848
(concat
4949
(file-name-directory load-file-name)
5050
"server/sonarlint-language-server.jar")
51-
"Sonarlint Language Server jar file location."
51+
"SonarLint Language Server jar file location."
5252
:group 'lsp-sonarlint
5353
:type 'file)
5454

@@ -60,10 +60,11 @@
6060
rjsx-mode
6161
typescript-mode
6262
typescript-tsx-mode
63-
python-mode java-mode
63+
python-mode
64+
java-mode
6465
xml-mode
6566
nxml-mode)
66-
"List of enabled major modes."
67+
"List of major modes that enable SonarLint backend for LSP mode."
6768
:group 'lsp-sonarlint
6869
:type 'file)
6970

0 commit comments

Comments
 (0)