Feature Request P1
Status Update
Comments
xa...@google.com <xa...@google.com>
ma...@gmail.com <ma...@gmail.com> #2
Currently it is random whether lint issues will show up during development in the IDE. You will only get the warnings if you happen to have compiled the checks before e.g. by running the lint task manually. To improve the dev experience we added a task dependency to the assemble task. But that is hacky and it would be great if this was done by the IDE automatically. Perhaps even as a background task when lintCheck dependencies are detected during sync.
Description
To ensure that lintChecks are always up to date we may want to always compile them during deployment.
We will need look at performance regressions due to this, though with file watching most builds should not be impacted since the task will be up-to-date and not run at all.
This is part of a series of improvements we should do to make it easier to get lintChecks recompiled so that they can run in the IDE (see Issue 157148185 , Issue 157134768 )