diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2024-03-30 17:46:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 17:46:30 +0100 |
| commit | 3da49452e09bfa9a9841b7877140677f6ee2e728 (patch) | |
| tree | 0b882d763cefaebd4f9192bc242fdefe6e26346b /src/doc/rustc-dev-guide/.github/workflows | |
| parent | 3b787cfdcbec4dfad40ad9b48704d912311103b4 (diff) | |
| download | rust-3da49452e09bfa9a9841b7877140677f6ee2e728.tar.gz rust-3da49452e09bfa9a9841b7877140677f6ee2e728.zip | |
Delete length check (#1952)
It's super annoying to be forced to use this bad convention, and apparently everyone agrees. The only reason no improvements have been done is because those were blocked on writing a better checker. I strongly believe that no checker is better than a bad checker, so let's just delete it in the meantime. I kindly asked anyone who sees this to complain about overly long sentences in review in the future, I think we can make this turn out fine.
Diffstat (limited to 'src/doc/rustc-dev-guide/.github/workflows')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index 7b57831a109..0132d6983e8 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -42,12 +42,6 @@ jobs: ~/book/linkcheck key: ${{ runner.os }}-${{ hashFiles('./book/linkcheck') }} - - name: Check line lengths - if: github.event_name != 'push' - run: | - shopt -s globstar - MAX_LINE_LENGTH=100 bash ci/lengthcheck.sh src/**/*.md - - name: Install latest nightly Rust toolchain if: steps.mdbook-cache.outputs.cache-hit != 'true' run: | |
