-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for RuboCop 0.35.0
Etc.getlogin
bug
If a builder executes the `rubocop` command with the latest version the job fails with a `no implicit conversion of nil into String` error. This is a known issue with this version and has a fix pending: rubocop/rubocop#2407 rubocop/rubocop#2408 The easiest delivery-truck workaround is to ensure $USER is set in the subprocess that executes the linting.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters