-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run from repo (not gem) #121
base: main
Are you sure you want to change the base?
Conversation
From plugin directory: rubocop -f extension_review -c<path to repo>/rubocop-sketchup/.rubocop.yml
Can you fill in some background to these changes? |
I forked the repo, and tried to run it. Didn't work. With PR, I believe it does. I can run the tests with whatever version of Ruby, don't need to install the gem... |
Ah I see. I also see that |
Hmm.. how is Is it the Also, it appear strange to use |
I haven't pushed to this branch, but locally rebasing on PR #156, it does run correctly. I don't recall if I made additional changes, but running the following did work (RuboCop installed as a gem):
It doesn't make much sense to use the existing I'll wait on your thoughts re PR #156, and update this. EDIT: You on vacation? |
So this change is to allow running rubocop with rubocop-sketchup loaded from source without intermediate installs? |
Correct. Users should still be allowed to install it as a gem, but it makes it easier to test with new Ruby/SU versions, and new RuboCop versions. I'm probably more familiar with 'working with source' than most users... Let me know if want the merge conflict fixed... |
Yes, if you don't mind. |
From plugin directory:
rubocop -f extension_review -c<path to repo>/rubocop-sketchup/.rubocop.yml