You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some options to resolve this after we land #1370 may include:
We add some property to the skuba.template.js during skuba init which differentiates the templated file from the original template, then check for that
Heuristics around the repository name and whether package.json#/skuba exists (no need for it to on a template repo)
The text was updated successfully, but these errors were encountered:
This is a bit embarrassing but I think the
skuba.template.js
internal lint rule fails on actual template repos:skuba/src/cli/lint/internalLints/noSkubaTemplateJs.ts
Lines 24 to 36 in db7eae8
Some options to resolve this after we land #1370 may include:
skuba.template.js
duringskuba init
which differentiates the templated file from the original template, then check for thatpackage.json#/skuba
exists (no need for it to on a template repo)The text was updated successfully, but these errors were encountered: