We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59405b4 commit dfa37f7Copy full SHA for dfa37f7
.github/workflows/test.yml
@@ -23,10 +23,14 @@ jobs:
23
- name: Rubocop lint
24
run: bundle exec rubocop
25
26
- - name: YARD lint
27
- run: |
28
- touch README # Workaround for "incorrect" anchor links in README.md
29
- bundle exec yardoc --fail-on-warning --no-progress --readme=README
+ # Disable for now because Ruby 3.2 + YARD don't work well.
+ # There's a YARD bug that has been fixed but not released yet:
+ # * https://github.com/lsegal/yard/pull/1419
+ #
30
+ # - name: YARD lint
31
+ # run: |
32
+ # touch README # Workaround for "incorrect" anchor links in README.md
33
+ # bundle exec yardoc --fail-on-warning --no-progress --readme=README
34
35
- name: Display Ruby version
36
run: ruby -v
0 commit comments