This repository was archived by the owner on Aug 25, 2024. It is now read-only.
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
shouldi: use: Identify language and kickoff subflow for Golang #364
Open
Description
Currently shouldi is only run on Python packages. To make it a generic tool we need to use subflows to kick off a sub dataflow that will run analysis using specific tools for that language.
Essentially, right now it is the flow for Python. We need to make the current only flow (the Python one) a subflow which get started if the language of the project is Python. etc. for other languages once we have flows and operations for them.
We need to make subflows for each of the following languages, examples after completed ones