Skip to content

Fix ruby hooks when --format-executable is in gemrc#1603

Merged
asottile merged 1 commit intomasterfrom
no_format_executable
Sep 18, 2020
Merged

Fix ruby hooks when --format-executable is in gemrc#1603
asottile merged 1 commit intomasterfrom
no_format_executable

Conversation

@asottile
Copy link
Copy Markdown
Member

I used this gemrc to break things (default on opensuse):

---
:benchmark: false
:install: --format-executable --no-user-install
install: --format-executable --no-user-install
:backtrace: true
:update_sources: true
:format_executable: true
:verbose: true
:update: --format-executable --no-user-install
update: --format-executable --no-user-install
:bulk_threshold: 1000
:sources:
- https://rubygems.org

I used this gemrc to break things (default on opensuse):

```yaml
---
:benchmark: false
:install: --format-executable --no-user-install
install: --format-executable --no-user-install
:backtrace: true
:update_sources: true
:format_executable: true
:verbose: true
:update: --format-executable --no-user-install
update: --format-executable --no-user-install
:bulk_threshold: 1000
:sources:
- https://rubygems.org
```
@asottile asottile merged commit 3e2b9dc into master Sep 18, 2020
@asottile asottile deleted the no_format_executable branch September 18, 2020 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant