rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
41 stars 8 forks source link

Switch back Antora to ~ version #9

Closed pirj closed 1 year ago

pirj commented 1 year ago

Following this checklist


Before submitting the PR make sure the following are checked:

pirj commented 1 year ago

I couldn't push directly to main 🤷

Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 389 bytes | 194.00 KiB/s, done.
Total 4 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/main.
remote: error: 10 of 10 required status checks are expected.
To github.com:rubocop/rubocop-capybara.git
 ! [remote rejected] main -> main (protected branch hook declined)
error: failed to push some refs to 'github.com:rubocop/rubocop-capybara.git'

I have no idea what 10/10 required status checks it tells about.

bquorning commented 1 year ago

I have no idea what 10/10 required status checks it tells about.

That would be these 10:

image
bquorning commented 1 year ago

Do you want to be able to push directly to main?

pirj commented 1 year ago

Not really, I'm fine with such small PRs, let's keep main protected from sudden mistaken pushes.