What happens if you append new rule? Is it going t...
# general
f
What happens if you append new rule? Is it going to work only for new changes, or will rerun the linter on everything?
a
append a new rule where?
f
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
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