Skip to content

Commit

Permalink
add Go as a supported Autofix language (#50400)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh authored May 1, 2024
1 parent dc01610 commit 70057c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']
const AUTOFIX_SHIPPED_LANGUAGES = ['csharp', 'java', 'javascript', 'python', 'go']

program
.description('Generate a reusable Markdown for for a code scanning query language')
Expand Down

0 comments on commit 70057c5

Please sign in to comment.