Closed tbarlow12 closed 4 years ago
Fix log level setting to handle boolean case, previously expected empty string
Closes #470
Updated the conditions to check for boolean in --verbose option, set to most verbose level
--verbose
Run a command with --verbose on the end. Previously failed
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
What did you implement:
Fix log level setting to handle boolean case, previously expected empty string
Closes #470
How did you implement it:
Updated the conditions to check for boolean in
--verbose
option, set to most verbose levelHow can we verify it:
Run a command with
--verbose
on the end. Previously failedTodos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES
Is it a breaking change?: NO