Glob no longer working
jputrino opened this issue · 5 comments
jputrino commented
Following the recent commits, our checks that use globs are no longer working. Every attempt to run write-good *.rst
results in a "not a valid argument" error:
putrino: docs (develop)$ write-good --version
0.12.0
putrino: docs (develop)$ write-good *.rst
"index.rst" is not a valid argument.
putrino: docs (develop)$ write-good ./*.rst
"./index.rst" is not a valid argument.
putrino: docs (develop)$ write-good ./index.rst
In ./index.rst
=============
simply *AS3*) is a flexible, low-overhead mechanism for managing
^^^^^^
"simply" can weaken meaning on line 12 at column 0
-------------
Schema, and declarations validate according to JSON Schema. AS3 accepts
^^^^^^^^
"validate" is wordy or unneeded on line 17 at column 30
RichardLitt commented
TimKam commented
I'm so sorry! I added a PR for a quick fix, but did not write tests, yet.
RichardLitt commented
@TimKam Let's add some tests first. Thanks for moving so fast!
RichardLitt commented
jputrino commented
It works!! @RichardLitt @TimKam Thanks so much, you rock!