TraceMachina / nativelink

Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
236 stars 46 forks source link

Update `Vale` CI action to handle large diffs #978

Closed caass closed 4 weeks ago

caass commented 4 weeks ago

Description

This PR helps us to avoid running into the issue described in https://github.com/reviewdog/reviewdog/issues/1696, where diffs that are too large will cause Vale to fail

The diff between the versions of Vale and the new one can be viewed here. Since they also allow you to specify which version of reviewdog to use, we'll use the most recent one which includes all the changes made so far that are supposed to fix the issue with large diffs.

Type of change

Please delete options that aren't relevant.

How Has This Been Tested?

It hasn't, but we'll see how it runs on this PR.

Checklist


This change is Reviewable