We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd409c4 commit 09925c6Copy full SHA for 09925c6
packages/language-detector/src/job-configurator.js
@@ -12,6 +12,7 @@ const LANGUAGE_MAPPING = {
12
TypeScript: 'typescript',
13
Python: 'python',
14
Go: 'go',
15
+ Swift: 'swift',
16
Java: 'java',
17
Kotlin: 'java', // Kotlin uses java scanner in CodeQL
18
'C++': 'cpp',
@@ -33,6 +34,7 @@ const DEFAULT_CONFIGS = {
33
34
build_mode: 'manual',
35
build_command: './mvnw compile',
36
},
37
+ swift: { language: 'swift' },
38
cpp: { language: 'cpp' },
39
csharp: { language: 'csharp' },
40
ruby: { language: 'ruby' },
0 commit comments