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
Currently, all lints are executed sequentially. I did some tests on the past trying to apply the lints on multiple threads, but I found it was slower than executing it sequentially.
The codebase (and the async/await environment) has changes, and it may be a good idea to try it again.
The text was updated successfully, but these errors were encountered:
Currently, all lints are executed sequentially. I did some tests on the past trying to apply the lints on multiple threads, but I found it was slower than executing it sequentially.
The codebase (and the async/await environment) has changes, and it may be a good idea to try it again.
The text was updated successfully, but these errors were encountered: