Skip to content

Commit

Permalink
prettier: ignore sharness/ (#866)
Browse files Browse the repository at this point in the history
Summary:
Sharness tests use temporary directories under the `sharness/`
directory, which sometimes contain build output, which includes
JavaScript files. This creates a flaky failure in `yarn test`: if
`sharness` creates a file then `check-pretty` can complain about it.

Test Plan:
None.

wchargin-branch: prettier-ignore-sharness
  • Loading branch information
wchargin committed Sep 20, 2018
1 parent 678962b commit 778ce9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -2,3 +2,4 @@
/build
/coverage
/flow-typed
/sharness

0 comments on commit 778ce9e

Please sign in to comment.