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 24, 2024
1 parent 3cb4e06 commit a7c976a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 a7c976a

Please sign in to comment.