Skip to content
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

Update dependency rubocop-rspec to v2.25.0 #49

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rspec (changelog) '2.23.2' -> '2.25.0' age adoption passing confidence

Release Notes

rubocop/rubocop-rspec (rubocop-rspec)

v2.25.0

Compare Source

  • Add support single quoted string and percent string and heredoc for RSpec/Rails/HttpStatus. ([@​ydah])
  • Change to be inline disable for RSpec/SpecFilePathFormat like RSpec/FilePath. ([@​ydah])
  • Fix a false positive for RSpec/MetadataStyle with example groups having multiple string arguments. ([@​franzliedke])

v2.24.1

Compare Source

  • Fix an error when using RSpec/FilePath and revert to enabled by default. If you have already moved to RSpec/SpecFilePathSuffix and RSpec/SpecFilePathFormat, disable RSpec/FilePath explicitly as Enabled: false. The RSpec/FilePath before migration and the RSpec/SpecFilePathSuffix and RSpec/SpecFilePathFormat as the target are available respectively. ([@​ydah])

v2.24.0

Compare Source

  • Split RSpec/FilePath into RSpec/SpecFilePathSuffix and RSpec/SpecFilePathFormat. RSpec/FilePath cop is disabled by default and the two new cops are pending and need to be enabled explicitly. ([@​ydah])
  • Add new RSpec/Eq cop. ([@​ydah])
  • Add RSpec/MetadataStyle and RSpec/EmptyMetadata cops. ([@​r7kamura])
  • Add support RSpec/Rails/HttpStatus when have_http_status with string argument. ([@​ydah])
  • Fix an infinite loop error when RSpec/ExcessiveDocstringSpacing finds a description with non-ASCII leading/trailing whitespace. ([@​bcgraham])
  • Fix an incorrect autocorrect for RSpec/ReceiveMessages when return values declared between stubs. ([@​marocchino])
  • Fix a false positive RSpec/Focus when chained method call and inside define method. ([@​ydah])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@0crat
Copy link
Collaborator

0crat commented Sep 23, 2023

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject

@yegor256
Copy link
Owner

@rultor please, try to merge, since 6 checks have passed

@rultor
Copy link
Collaborator

rultor commented Sep 23, 2023

@rultor please, try to merge, since 6 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Sep 23, 2023

@rultor please, try to merge, since 6 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 15s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 28284
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Sep 23 19:27:36 CEST 2023
+ uptime
 19:27:36 up 117 days, 11:39,  1 user,  load average: 2.37, 1.46, 1.62
+ ff=default
+ image=yegor256/rultor-image:1.21.0
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop-rspec to v2.24.0'
+ author=yegor256
+ directory=
+ [email protected]:yegor256/jekyll-github-deploy.git
+ pull_id=49
+ [email protected]:yegor256/jekyll-github-deploy.git
+ fork_branch=renovate/rubocop-rspec-2.x
+ squash=false
+ vars=('[email protected]:yegor256/jekyll-github-deploy.git' '--env=pull_id=49' '[email protected]:yegor256/jekyll-github-deploy.git' '--env=fork_branch=renovate/rubocop-rspec-2.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop-rspec to v2.24.0' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''[email protected]:yegor256/jekyll-github-deploy.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=49'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:yegor256/jekyll-github-deploy.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-2.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v2.24.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''git config --global user.email "[email protected]"'\'' '\'';'\'' '\''git config --global user.name "Test"'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''./test.sh'\'' '\'';'\'' )')
+ scripts=('export '\''[email protected]:yegor256/jekyll-github-deploy.git'\''' ';' 'export '\''pull_id=49'\''' ';' 'export '\''[email protected]:yegor256/jekyll-github-deploy.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-2.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v2.24.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'git config --global user.email "[email protected]"' ';' 'git config --global user.name "Test"' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake' ';' './test.sh' ';')
+ container=yegor256_jekyll-github-deploy_49
+ as_root=false
+ hostname
b1.rultor.com
+ pwd
/tmp/rultor-XayW
+ git --version
git version 2.42.0
+ docker --version
Docker version 24.0.2, build cb74dfc
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone [email protected]:yegor256/jekyll-github-deploy.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email [email protected]
+ git config user.name rultor
+ '[' -z 'export '\''[email protected]:yegor256/jekyll-github-deploy.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''[email protected]:yegor256/jekyll-github-deploy.git'\''' ';' 'export '\''pull_id=49'\''' ';' 'export '\''[email protected]:yegor256/jekyll-github-deploy.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-2.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v2.24.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'git config --global user.email "[email protected]"' ';' 'git config --global user.name "Test"' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake' ';' ./test.sh ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver keyserver.ubuntu.com --verbose --recv-keys 3FD3FA7E9AF0FA4C
gpg: keyserver receive failed: Cannot assign requested address
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot force-pushed the renovate/rubocop-rspec-2.x branch from 1a60799 to 4ca595e Compare October 27, 2023 10:33
@renovate renovate bot changed the title Update dependency rubocop-rspec to v2.24.0 Update dependency rubocop-rspec to v2.25.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/rubocop-rspec-2.x branch from 4ca595e to 1f6d8d6 Compare November 8, 2023 05:44
@yegor256
Copy link
Owner

yegor256 commented Nov 8, 2023

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Nov 8, 2023

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 1f6d8d6 into master Nov 8, 2023
6 checks passed
@renovate renovate bot deleted the renovate/rubocop-rspec-2.x branch November 8, 2023 05:52
@rultor
Copy link
Collaborator

rultor commented Nov 8, 2023

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 1min)

@0crat
Copy link
Collaborator

0crat commented Nov 8, 2023

Job gh:yegor256/jekyll-github-deploy#49 is not assigned, can't get performer

@0crat
Copy link
Collaborator

0crat commented Nov 8, 2023

There is an unrecoverable failure on my side. Please, submit it here:

PID: 2@8d6787d7-9b74-43b3-ae61-f0fabe8c739d, thread: PQ-C3RFVLU72
com.zerocracy.farm.strict.StrictProject[122] java.lang.IllegalArgumentException: File "blanks/renovate[bot].xml" is not accessible in "PMO"

1.0-SNAPSHOT: CID: ed650dde-3d8a-412f-8834-90903e228f35, Type: "Close job"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants