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
This only seems to be a problem when using plugin because we have some plugins included using the old require: method which didn't seem to have any effect on the run time.
The text was updated successfully, but these errors were encountered:
We experienced a dramatic slowdown (approx 10x) using Rubocop 1.72 compared to 1.71 for slim-lint.
With Rubocop 1.71.2:
With Rubocop 1.72.2:
We have not seen a similar slowdown on our Rubocop runs, so this seems to be an issue with slim-lint.
The biggest change between 1.71 and 1.72 is the introduction of the new RuboCop plugin system which I think is the problem.
To support this hypothesis, tested the following
plugin:
keyword: 14 secondsThe plugins were adding using the new keyword like so:
This only seems to be a problem when using
plugin
because we have some plugins included using the oldrequire:
method which didn't seem to have any effect on the run time.The text was updated successfully, but these errors were encountered: