We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm reducing the columnified outputs by as much as half by applying this operation on the results:
columnify(data).replace(/\s+$/gm, '')
this matters when sending columnified logs over the web, or storing them, leave you with this suggestion
The text was updated successfully, but these errors were encountered:
Strip trailing whitespace from last column
76539f1
Fixes timoxley#46
web-ext 7.7.0 (new formula)
ee566f2
web-ext: fix tap_syntax failures web-ext: assert command response in test `web-ext lint` output is made by `addons-linter` and it contains trailing whitespace from `columnify` library https://github.com/mozilla/addons-linter/blob/025e033696b42b27753ae31cbf8d5dde8138d301/src/linter.js#L174-L180 Related `columnify` issue timoxley/columnify#46 web-ext: tap_syntax fixes web-ext: copy terminal-notifier fix from vue-cli web-ext: update test Signed-off-by: Rui Chen <[email protected]>
Successfully merging a pull request may close this issue.
I'm reducing the columnified outputs by as much as half by applying this operation on the results:
this matters when sending columnified logs over the web, or storing them, leave you with this suggestion
The text was updated successfully, but these errors were encountered: