Commit 78b6445
committed
Remove yard from the default build
Previously yard would be run for the default build (run during CI).
However the artifacts created are never persisted so it was a waste a
non-trivial of time. The change keeps the API enforcement task in the
build, but removes the doc generation task. To create the docs,
simply run `bundle exec rake yard`.1 parent 034c8f2 commit 78b6445
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
| 41 | + | |
0 commit comments