pinterest / arcanist-linters

A collection of custom Arcanist linters
Apache License 2.0
62 stars 45 forks source link

Also ignore `cd` output from stdout #86

Closed jparise closed 2 years ago

jparise commented 2 years ago

In bash, cd will print the directory to stdout, so we also redirect that output to /dev/null.