We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05fc25 commit fce2ea9Copy full SHA for fce2ea9
internal/devconfig/config.go
@@ -237,7 +237,6 @@ func (c *Config) loadRecursive(
237
) error {
238
included := make([]*Config, 0, len(c.Root.Include))
239
240
- // TODO UPDATEME
241
for _, ref := range c.Root.Include {
242
switch ref.Type {
243
case flake.TypeGitHub, flake.TypeGitLab, flake.TypeBitBucket:
internal/plugin/local.go
@@ -16,7 +16,6 @@ type LocalPlugin struct {
16
pluginDir string
17
}
18
19
-// TODO UPDATEME
20
func newLocalPlugin(ref flake.Ref, pluginDir string) (*LocalPlugin, error) {
21
plugin := &LocalPlugin{ref: ref, pluginDir: pluginDir}
22
name, err := getPluginNameFromContent(plugin)
0 commit comments