Would like a scripts/lint.sh to do some basic linting on posts. Things like spelling and grammar. Also, checking external links if that's not a huge PITA.
I think I can simply start with proselint and that'll do enough to start. Plus, I've wanted to try it out for a while, see: https://paul.af/fosdem-2021
I'd like to try out Nix for this as well, using the #! nix-shell shebang:
Would like a
scripts/lint.sh
to do some basic linting on posts. Things like spelling and grammar. Also, checking external links if that's not a huge PITA.I think I can simply start with
proselint
and that'll do enough to start. Plus, I've wanted to try it out for a while, see: https://paul.af/fosdem-2021I'd like to try out Nix for this as well, using the
#! nix-shell
shebang: