HomeSealhub

Bypass "changed line" filtering in beautifiers

Description

Bypass "changed line" filtering in beautifiers

Arcanist applies some basic filtering to arc lint so that only lint
messages on or near changed lines are raised to the user.

This is generally helpful because it avoids drawing attention to parts
of the file that are unrelated to the change, but, in the case of these
"beautifying" linters, it means that some changes might not be included
in the final auto-fixed file diff.

Fortunately, we can bypass this filtering on a per-message basis.

Details

Provenance
Jon PariseAuthored on Sep 28 2018, 02:58
kuba-orlikPushed on May 3 2022, 16:02
Parents
R124:4bdce418cd7d: Merge pull request #12 from sun33170161/master
Branches
Unknown
Tags
Unknown

Event Timeline