Taylor Ralston
Taylor Ralston
Similar to #48, I get the following output: ``` $ bashcov -s /usr/local/bin/bats tests bashcov: warning: you are using a version of Bash that does not support BASH_XTRACEFD. All xtrace...
If the schema to be matched against doesn't contain `type: 'object'` at the root level, then if the received value is not JSON (e.g. a number), it won't fail. Example:...
I love your work here. By far it's the best modern replacement for jsperf I've seen. You may remember that jsperf used to collect the performance data, for each suite/test,...
Kind of going along with #28, it would be awesome to have a sort option, based on a couple of different criteria: - Alphabetically (which could save time with individual...
### Problem description When running the fixer against a PHP file where there are the following conditions: - control structure with curly braces (e.g. if, function, etc.) - the opening...