Compare commits

...

2 Commits

Author SHA1 Message Date
Ian Lynagh af1600d4f8 npm run build 2023-08-30 15:09:31 +01:00
Ian Lynagh b1127b672d Test 2023-08-30 15:09:11 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ exports.featureConfig = {
[Feature.CodeqlJavaLombokEnabled]: {
envVar: "CODEQL_JAVA_LOMBOK",
minimumVersion: "2.14.0",
defaultValue: false,
defaultValue: true,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -79,7 +79,7 @@ export const featureConfig: Record<
[Feature.CodeqlJavaLombokEnabled]: {
envVar: "CODEQL_JAVA_LOMBOK",
minimumVersion: "2.14.0",
defaultValue: false,
defaultValue: true,
},
[Feature.DisableKotlinAnalysisEnabled]: {
envVar: "CODEQL_DISABLE_KOTLIN_ANALYSIS",