Christopher Allford
Christopher Allford
I found myself very unhappy with the solutions that are available and made this: https://github.com/ObliviousHarmony/vscode-php-codesniffer
I think that's a fair criticism @str and indicates it may be good to add such an explanation to my readme. For a little context, I recently made the switch...
@str > I'm sorry if I sounded too blunt, or if my comment sounded like criticism. Not at all! While I work in open-source software professionally, I've never actually released...
I've re-opened the issue and tagged the development team for further review @SuperHanss.
@gsoltis Would it be possible to still support the dependency traversal provided by the `--filter` syntax using the `...` token?
I actually think this behavior makes a lot of sense. At its core, Turborepo seems to be a task orchestration tool with comprehensive support for caching to avoid unnecessary task...
> it sounds like your test task should explicitly "dependsOn": ["build", "^build"] if building dependencies are required for tests to run I thought about this too @mantljosh, but, it falls...
@gsoltis Augmenting the `--filter` syntax likely wouldn't be sufficient since you would want to be able to run `turbo run test --filter={package}` and have it exhibit the desired behavior too...
> It seems like surprising behavior that Turborepo generates the task pipeline as if every project contains a build task even if one or more project don't actually contain one....
> so I'm not sure that your token proposal would actually solve the problem described in the original bug Ah @dcherman, I came here from the open pull request and...