Christopher Hiller
Christopher Hiller
`README.md` is probably out-of-date by now. Update to reflect current state of project.
- [ ] Redact a report running on Cloud Provider X - [ ] Run as a service - [ ] Use in browser Others?
it prints a couple blank lines. I think it's maybe related to recent changes in the configs passed to `mergeCommandConfig` in the CLI command modules in the `omg-docs` branch
I think "check", as a command name, is more clear than "inspect". I'm not sure if we need to extend this terminology elsewhere _before_ GA.
this means that `@report-toolkit/transformers` should be a plugin. plugins should not only allow for rule defs, but transformer defs as well. update #51 to reflect this change
These are unit tests, but the `transform` function that each exports is only ever called by the `Transformer` class, which applies any default options defined within a transformer. Calling these...
I had enabled this because it: 1. restricts imports to a set of whitelisted imports via module-level exports 1. discourages consumers from reaching into the guts of any given package...
Various packages have constants in them, and they should all export these in a similar shape. It's absolutely useful to be able to iterate over a set of constants exported...