noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
767 stars 173 forks source link

Validate graphs #429

Open bergie opened 9 years ago

bergie commented 9 years ago

Just like CoffeeLint and jshint for component source code (#271), we should build and integrate a "graphlint" tool that would check and inform user on:

The information needed for this is the graph(s), and the component library

jonnor commented 9 years ago

Probably need to communicate more info about the components across FBP protocol. And will need to have per-runtime linting rules, since component/network behavior is different for each.

jonnor commented 9 years ago

Similarly to fbp-spec, I think this should be a stand-alone library/tool that has API suitable for integration into noflo-ui (and other things).