1
0
mirror of synced 2026-01-03 06:04:16 -05:00

add Ruby as a supported Autofix language (#50442)

This commit is contained in:
Erik Krogh Kristensen
2024-05-08 18:24:13 +02:00
committed by GitHub
parent 6e41dc4b4f
commit 8e6224dfff

View File

@@ -78,7 +78,7 @@ import { type Language } from '@github/cocofix/dist/codeql' // eslint-disable-li
* Note that we never publicly ship a language for which we don't have autofix support, so if a language
* has been shipped, we know for sure that it is supported.
*/
const AUTOFIX_SHIPPED_LANGUAGES = ['csharp', 'java', 'javascript', 'python', 'go']
const AUTOFIX_SHIPPED_LANGUAGES = ['csharp', 'java', 'javascript', 'python', 'go', 'ruby']
program
.description('Generate a reusable Markdown for for a code scanning query language')