#eslint

1 messages · Page 1 of 1 (latest)

mellow bone
#

Does it help you if you just ignore cue.mod/pkg?

worn jolt
#

Probably more appropriately cue.mod/pkg/dagger.io/ in this case.

#

Is there a case for having dagger ignore its own pkg root by default?

mellow bone
# worn jolt Is there a case for having dagger ignore its own pkg root by default?

It's how I do it. We only recommend committing everything because dagger.io and universe.dagger.io are embedded and not included in dagger.sum. So if you have a mismatch between your dagger binary version and the configs in pkg, you'll get unexpected results.

What I prefer doing is make sure I pin dagger version, ignore cue.mod/pkg and run dagger project update in fresh clones (including running dagger in CI).

worn jolt
#

ok, that makes sense.

#

Thanks

mellow bone