```[from] pants lint :: [to] pants lint --changed-...
# general
c
Copy code
[from] pants lint ::
[to] pants lint --changed-since=$BASE_REF --changed-dependees=transitive
I changed pants lint ::[all] from changed since option. The problem is that it took longer time than expected especially for the first time. It took about 20min but pants lint :: took 3-4 min. Is there any best way to debug??