Exclude generated directories for formatting by crogoz · Pull Request #1568 · palantir/palantir-java-format (original) (raw)

Before this PR

FLUP for #1531
Some source directories might have build in the directory structure; this regex would ignore these files.

After this PR

Exclude generated directories - same logic as in error-prone here. Internal thread here.

==COMMIT_MSG==
Exclude generated directories
==COMMIT_MSG==

Possible downsides?