:thinking_face: Why is yapf running on all my file...
# general
b
šŸ¤” Why is yapf running on all my files when I'm using
--changed-since=origin/master
?
Copy code
(ve) joshuacannon@CEPHANDRIUS:~/work/techlabs$ ./pants --changed-since=origin/master fmt
ā „ 4.14s Run yapf on 1470 files.
Copy code
joshuacannon@CEPHANDRIUS:~/work/techlabs$ git diff origin/master --name-only | wc -l
67
šŸ‘€ 1
h
what does
./pants --changed-since=origin/master list | wc -l
say?
b
Copy code
joshuacannon@CEPHANDRIUS:~/work/techlabs$ ./pants --changed-since=origin/master list | wc -l
1859
... I bet this has to do with me being a bad person and using one mega-top-level
BUILD
file with a mega-glob in it