Closed cd-rite closed 5 months ago
Add bounds checking for user-specified numerical config options.
min/max values specified in consts.js. Checked in args.js. Logs invalid config options, sets configValid = false if any are set out of bounds.
configValid = false
Resolves: #129
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Add bounds checking for user-specified numerical config options.
min/max values specified in consts.js. Checked in args.js. Logs invalid config options, sets
configValid = false
if any are set out of bounds.Resolves: #129