-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Remove need for separate .rubocop_cask.yml
.
#8542
Conversation
66ee29f
to
9e800e1
Compare
691afb0
to
d67a4f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup!
d67a4f2
to
14eba1d
Compare
7f0d69a
to
b5a4b70
Compare
b5a4b70
to
7ecd64f
Compare
This breaks I don’t speak RuboCop so I tried several shots in the dark, i. e. removing the This variant of |
@claui what exactly is not working anymore? Maybe try changing the excludes from |
@reitermarkus The audit now reports findings that don’t really make sense for formulae. For example:
|
@claui, remove the |
@reitermarkus I’ve already tried that but it wouldn’t work because Rubocop interprets it relative to the YAML file’s location. |
@reitermarkus I think this has made |
@MikeMcQuaid when does it create a |
@reitermarkus I've got a global |
I actually think I removed it because |
brew style
with your changes locally?brew tests
with your changes locally?Cask
cops only run oncask "…" do
blocks, so we can just enable them globally.