Skip to content

Commit 7aad3b5

Browse files
committed
Remove support for Ruby and Scala languages
I failed to trigger any issue for these languages.
1 parent bbb717e commit 7aad3b5

File tree

5 files changed

+3
-133
lines changed

5 files changed

+3
-133
lines changed

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Emacs Sonarlint lsp client")
44

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

88
(package-file "lsp-sonarlint.el")
99

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SonarLint™ is a free IDE extension that lets you fix coding issues before they
88

99
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.
1010

11-
In Emacs supports analysis of JavaScript, TypeScript, Python, Java, HTML , PHP, Ruby, Scala and XML out of the box!
11+
In Emacs supports analysis of JavaScript, TypeScript, Python, Java, HTML, PHP, and XML out of the box!
1212

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

@@ -96,8 +96,6 @@ Out of the box, SonarLint automatically checks your code against the following r
9696
- [Java rules](https://rules.sonarsource.com/java)
9797
- [HTML rules](https://rules.sonarsource.com/html)
9898
- [PHP rules](https://rules.sonarsource.com/php)
99-
- [Scala rules](https://rules.sonarsource.com/scala)
100-
- [Ruby rules](https://rules.sonarsource.com/ruby)
10199
- [XML rules](https://rules.sonarsource.com/xml)
102100

103101
## Supported settings

languages/ruby/lsp-sonarlint-ruby.el

Lines changed: 0 additions & 63 deletions
This file was deleted.

languages/scala/lsp-sonarlint-scala.el

Lines changed: 0 additions & 63 deletions
This file was deleted.

lsp-sonarlint.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Fermin MF <[email protected]>
66
;; Created: 13 Jun 2020
77
;; Version: 0.0.1
8-
;; Keywords: languages, tools, php, javascript, xml, ruby, html, scala, java, python
8+
;; Keywords: languages, tools, php, javascript, xml, html, java, python
99
;; URL: https://github.com/emacs-lsp/lsp-sonarlint
1010
;; Package-Requires: ((emacs "25") (dash "2.12.0") (lsp-mode "6.3") (ht "2.3"))
1111
;; License: GPL-3.0-or-later
@@ -61,8 +61,6 @@
6161
typescript-mode
6262
typescript-tsx-mode
6363
python-mode java-mode
64-
ruby-mode
65-
scala-mode
6664
xml-mode
6765
nxml-mode)
6866
"List of enabled major modes."

0 commit comments

Comments
 (0)