for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/** global: VRS */
if(VRS && VRS.globalDispatch && VRS.serverConfig) {
VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) {
bootStrap
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.
VRS.globalOptions.aircraftAllowRegistrationFlagOverride = true;
});
}
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.