EstateSpace development utility for running a linter against all markdown files mounted to the image. This is the current linter and these are the rules that may be implemented.
When calling via docker you must:
- mount a volume
- this volume may have a src directory where md files can be found
- this volume may have a test directory where md file can be found
- these two directories are where the linter will look for md files
- specify a working dir which must be the volume you mounted
- example:
docker run --rm -v /Users/mattjenks/Development/Hydrogen/gplib_provingground:/mj --workdir /mj 540619935031.dkr.ecr.us-east-1.amazonaws.com/lintmd:latestFind the latest docker image [here][docker].