open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
639 stars 34 forks source link

parser: add support for .specignore file #53

Closed dyladan closed 2 years ago

dyladan commented 2 years ago

When running the parser I was annoyed that some non-specification files had JSON files created, so I modified the parser to support a basic .specignore file which is just a line-separated list of UNIX style globs.

Also cleaned up some unused and duplicate imports in the parser

toddbaert commented 2 years ago

Nice change, looks good to me, runs fine for me. Thanks a lot!