We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c48c4 commit ba3b761Copy full SHA for ba3b761
src/utils/import-config.test.ts
@@ -45,6 +45,8 @@ function makeRepoTool(uuid: string, name: string, isEnabled: boolean): AnalysisT
45
enabledBy: [],
46
hasConfigurationFile: false,
47
usesConfigurationFile: false,
48
+ followsStandard: false,
49
+ isCustom: false,
50
},
51
} as AnalysisTool;
52
}
0 commit comments