Skip to content

Commit ba3b761

Browse files
committed
fix type error
1 parent 72c48c4 commit ba3b761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/import-config.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ function makeRepoTool(uuid: string, name: string, isEnabled: boolean): AnalysisT
4545
enabledBy: [],
4646
hasConfigurationFile: false,
4747
usesConfigurationFile: false,
48+
followsStandard: false,
49+
isCustom: false,
4850
},
4951
} as AnalysisTool;
5052
}

0 commit comments

Comments
 (0)