https://pantsbuild.org/ logo
f

fresh-architect-74417

10/09/2019, 6:06 PM
What happens if you append new rule? Is it going to work only for new changes, or will rerun the linter on everything?
a

aloof-angle-91616

10/09/2019, 6:06 PM
append a new rule where?
f

fresh-architect-74417

10/09/2019, 6:07 PM
Let's say you want to enforce import modules only instead of class or a function. Is the linter you have smart enough to apply the changes on the diffs only?
a

aloof-angle-91616

10/09/2019, 6:13 PM
the pre-commit hook will only run on changed targetss
the lint shard in ci i think might run lint on everything, which is i think what we want to be doing
2 Views