podhmo / swagger-bundler

swagger management .. this is abandoneware
MIT License
2 stars 2 forks source link

loading nomangle settings, recursively #12

Closed podhmo closed 8 years ago

podhmo commented 8 years ago
a.yaml -> b.yaml -> common.yaml[nomangle]

then, a.yaml treats the members of common.yaml as nomangle-members.

podhmo commented 8 years ago
compose: common

compose: common
ignore_prefixer_predicate: common

compose: x
  compose: common
  ignore_prefixer_predicate: common

compose: x, common
  compose: common
  ignore_prefixer_predicate: common