]> git.lizzy.rs Git - rust.git/commit
tidy: Add ignore-rules for the line length check
authorAnthony Huang <anthuang@umich.edu>
Thu, 15 Oct 2020 04:29:47 +0000 (21:29 -0700)
committerSimon Jakobi <simon.jakobi@gmail.com>
Sat, 3 Apr 2021 06:59:48 +0000 (08:59 +0200)
commitc35a36f9b339af147bc24016543bfec50085ba05
tree6bcbe5b382328728dbf98d4107b85e88376fa406
parentcb1713640532ca829479554459406e152213e95c
tidy: Add ignore-rules for the line length check

This is step 1 towards fixing #77548.

This commit includes the tidy change from #77675.
The "ignoring file length unnecessarily" check is temporarily
disabled to simplify landing the ignore-rules.
That check will be re-enabled in a follow-up PR.
src/tools/compiletest/src/runtest.rs
src/tools/tidy/src/style.rs