Commit Graph

9 Commits

Author SHA1 Message Date
Joshua Nelson 2e19c8ecc0 Document how to stabilize a library feature (#1036)
* Move 'force-unstable-if-unmarked' to the bootstrapping chapter

* Document how to stabilize a library feature

Note that features can't be stabilized until they go through FCP and
that FCP happens on the tracking issue, not the PR.

* Fix wrong glob

By default `**` behaves the same as two `*` side by side, i.e. it only
globs file paths, not directories. `shopt -s globstar` needs to be set
for it to mean a directory. I didn't notice this before now because
`globstar` is set by default in interactive mode, but not otherwise.
2021-02-01 19:31:00 +01:00
Joshua Nelson 3f1414cb00 Recommend setting up `check_line_lengths` as a pre-commit script
I've run into lots of annoying failures from this.

- Make it runnable without arguments
- Add it in the README
2020-10-01 01:27:11 -04:00
Who? Me?! b692e893af make the line-length script respect 100 char limit XD (#240)
🤣 🤣 🤣
2018-11-26 11:13:21 -06:00
Niko Matsakis bce808f911 bump max line length to 100
otherwise our summary.md doesn't fit
2018-09-11 16:31:47 -04:00
Mark Mansi 11a2e465fc allow long relative links 2018-06-02 17:20:47 -04:00
Niko Matsakis eea5f4c3ad make the script give more useful feedback 2018-03-26 20:28:00 -05:00
Alexander Regueiro b3d8fba198 Hard-wrapped lines that are too long. 2018-03-26 20:28:00 -05:00
Alexander Regueiro 34ec755d27 Ignore line check on certain types of lines or in certain blocks. 2018-03-26 20:28:00 -05:00
Alexander Regueiro 95092971ab Added check for all source files to ensure they have no lines longer than 80 chars. 2018-03-26 20:28:00 -05:00