We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1968b4e commit c43203fCopy full SHA for c43203f
.github/workflows/check_misc.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Check for trailing spaces
22
run: |
23
! git grep -n '[ ]$' -- '*.rb' '*.[chy]'
24
+ ! git grep -n '^[ ][ ]*$' -- '*.md'
25
- name: Check for bash specific substitution in configure.ac
26
27
! git grep -n '\${[A-Za-z_0-9]*/' -- configure.ac
NEWS.md
@@ -552,7 +552,6 @@ The following APIs are updated.
552
* `RUBY_INTERNAL_THREAD_EVENT_RESUMED`
553
* `RUBY_INTERNAL_THREAD_EVENT_SUSPENDED`
554
* `RUBY_INTERNAL_THREAD_EVENT_EXITED`
555
-
556
557
### Removed C APIs
558
0 commit comments