diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb938e..fe64c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### 0.2.2 (Next) +* [#13](https://github.com/ruby-grape/danger/pull/12): Remove README TOC check - [@alexanderadam](https://github.com/alexanderadam) * Your contribution here. ### 0.2.1 (2024/02/01) diff --git a/Dangerfile b/Dangerfile index c042e5f..9395c95 100644 --- a/Dangerfile +++ b/Dangerfile @@ -23,11 +23,6 @@ end # -------------------------------------------------------------------------------------------------------------------- changelog.check! -# -------------------------------------------------------------------------------------------------------------------- -# Do you have a TOC? -# -------------------------------------------------------------------------------------------------------------------- -toc.check! - # -------------------------------------------------------------------------------------------------------------------- # Don't let testing shortcuts get into master by accident, # ensuring that we don't get green builds based on a subset of tests.