pinterest / arcanist-linters

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

Remove --check and --quiet from suggested command line #30

Closed jparise closed 4 years ago

jparise commented 4 years ago

We were already removing --check; we now also remove --quiet.

Also use array_diff() as a simpler way of pruning these items from the $flags array.