Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rubocop): pass --server for faster execution (#246)
This ensures a much quicker execution on 2nd and any subsequent run. Otherwise there's always a 1-3 seconds delay before formatting is being applied (as rubocop is not that quick). From rubocop's documentation: ``` --server If a server process has not been started yet, start the server process and execute inspection with server. ```
- Loading branch information