Commit Graph

9 Commits

Author SHA1 Message Date
Joshua Nelson bd008cc786
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 4a6fd1131b 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?! 3a804956e3
make the line-length script respect 100 char limit XD (#240)
🤣 🤣 🤣
2018-11-26 11:13:21 -06:00
Niko Matsakis a72a068722 bump max line length to 100
otherwise our summary.md doesn't fit
2018-09-11 16:31:47 -04:00
Mark Mansi 37c68dbbdd allow long relative links 2018-06-02 17:20:47 -04:00
Niko Matsakis aeef4cd9b3 make the script give more useful feedback 2018-03-26 20:28:00 -05:00
Alexander Regueiro e6acd30581 Hard-wrapped lines that are too long. 2018-03-26 20:28:00 -05:00
Alexander Regueiro ba057b34ad Ignore line check on certain types of lines or in certain blocks. 2018-03-26 20:28:00 -05:00
Alexander Regueiro 61a3f536d1 Added check for all source files to ensure they have no lines longer than 80 chars. 2018-03-26 20:28:00 -05:00