palantir / conjure

Strongly typed HTTP/JSON APIs for browsers and microservices
https://palantir.github.io/conjure/
Apache License 2.0
419 stars 66 forks source link

Filter for yaml/yml files in source directories #534

Open atrocities opened 4 years ago

atrocities commented 4 years ago

The Conjure IR compiler attempts to compile any file in a given directory when a directory is specified as an input. This includes non-Conjure sourcefiles, like swapfiles left behind by an editor.

What did you want to happen?

More desirable behavior might include:

carterkozak commented 4 years ago

Enforcing the yml extension sounds reasonable, would you like to submit a patch?

nmiyake commented 4 years ago

Dupe of #69