Skip to content

Commit

Permalink
SLLS-290 support Ansible in Connected Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Dec 20, 2024
1 parent 37878f2 commit 4f8db3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<jdk.min.version>17</jdk.min.version>
<sonarlint.core.version>10.12.0.79820</sonarlint.core.version>
<sonarlint.core.version>10.13.0.79862</sonarlint.core.version>
<!-- Version used by Xodus -->
<kotlin.version>1.6.10</kotlin.version>
<!-- analyzers used for tests -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ private EnabledLanguages() {
Language.APEX,
Language.COBOL,
Language.PLSQL,
Language.TSQL
Language.TSQL,
Language.ANSIBLE
};


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ConnectedModeMediumTests extends AbstractLanguageServerMediumTests {
private static final String PYTHON_S1481 = "python:S1481";
private static final String PYTHON_S1313 = "python:S1313";
private static final String PROJECT_KEY = "myProject";
public static final String LANGUAGES_LIST = "apex,c,cpp,cs,css,cobol,web,java,js,php,plsql,py,secrets,tsql,ts,xml,yaml,json,go,cloudformation,docker,kubernetes,terraform,azureresourcemanager";
public static final String LANGUAGES_LIST = "apex,c,cpp,cs,css,cobol,web,java,js,php,plsql,py,secrets,tsql,ts,xml,yaml,json,go,cloudformation,docker,kubernetes,terraform,azureresourcemanager,ansible";

@RegisterExtension
private final MockWebServerExtension mockWebServerExtension = new MockWebServerExtension();
Expand Down

0 comments on commit 4f8db3e

Please sign in to comment.