Open kevgo opened 8 years ago
Okay that seems fine to me. Maybe a new configuration section executedModules.configurationFiles
?
Yes, that sounds perfect!
How about making executedModules.shellScripts
something more generic like executedModules.otherFiles
?
executedModules.executableFiles
?
This issue is related to circle.yml
which isn't an executableFile though.
This seems related to #27, i.e. should be listed under referencedModules
.
referencedModules
is searching for the name of the module, whereas executedModules
is searching for the executables exposed by the module (which are not always the same)
Some modules are only used on the CI server, for example coveralls. It would be nice if this is automatically recognized. Maybe this can be generalized into dependency-lint being able to recognize any binaries in YML files?