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
Is your feature request related to a problem? Please describe.
Currently, when a template is linted, for every function that is called, a file is read again.
Describe the solution you'd like
We should completely refactor this, so that a read is at most called once per file.
The text was updated successfully, but these errors were encountered:
Associated Template/Command/Core
Lint
Is your feature request related to a problem? Please describe.
Currently, when a template is linted, for every function that is called, a file is read again.
Describe the solution you'd like
We should completely refactor this, so that a read is at most called once per file.
The text was updated successfully, but these errors were encountered: