Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 396 forks source link

switch out `go generate` in pkg/linguist with go-bindata #593

Open bacongobbler opened 6 years ago

bacongobbler commented 6 years ago

In order to provide the tools necessary to enable developers to provide better language detection for Draft, we need to perform the following:

  1. pull github/linguist yml files directly into pkg/linguist such that we have control over language names/classifiers
  2. replace the bake tool with https://github.com/jteeuwen/go-bindata as we use in other projects
squillace commented 6 years ago

@bacongobbler what are the extra control features, or rather, where are they documented?

bacongobbler commented 6 years ago

591 and #713 are good examples of features we could unlock by undergoing this refactor. Not a 1.0 thing but certainly a nice to have.