Variable STOP_WITH_CALL_ARGConst
Type declaration
Readonlyinfo: {
certainty: BestEffort;
defaultConfig: {};
description: "Checks whether stop calls without call. argument set to FALSE are used.";
name: "Stop without call.=False argument";
tags: readonly [Smell];
}
ReadonlyprettyPrint: {
full: (result: StopWithCallResult) => string;
query: (result: StopWithCallResult) => string;
}