lint: Check for long lines in all markdown files in general.

This has a few excludes for cases involving code blocks where it would
have been difficult to clean up.
This commit is contained in:
Tim Abbott
2017-01-05 15:06:34 -08:00
parent 9289c75f54
commit 8b839c96d4
6 changed files with 33 additions and 10 deletions

View File

@@ -116,7 +116,8 @@ won't find any information there. pg_ctlcluster runs the following
command underneath when it actually goes to start Postgres:
```
/usr/lib/postgresql/9.1/bin/pg_ctl start -D /var/lib/postgresql/9.1/main -s -o '-c config_file="/etc/postgresql/9.1/main/postgresql.conf"'
/usr/lib/postgresql/9.1/bin/pg_ctl start -D /var/lib/postgresql/9.1/main -s -o \
'-c config_file="/etc/postgresql/9.1/main/postgresql.conf"'
```
Since pg_ctl doesn't redirect stdout or stderr, running the above can