Skip to content
Prev Previous commit
Next Next commit
Be more consistent
  • Loading branch information
igfoo committed Jul 27, 2023
commit cae6b78afc6c9b97fbe4aac504e98c9ab54d7de3
2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const featureConfig: Record<
{ envVar: string; minimumVersion: string | undefined; defaultValue: boolean }
> = {
[Feature.CodeqlJavaLombokEnabled]: {
envVar: "CODEQL_JAVA_LOMBOK_ENABLED",
envVar: "CODEQL_JAVA_LOMBOK",
minimumVersion: "2.14.0",
defaultValue: false,
},
Expand Down