From 40c646ecedb81257b747039ebd4cc09fda8c04e5 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 4 Nov 2016 07:40:21 -0700 Subject: [PATCH] chore: remove unnecessary bad-code-excerpt-skip-patterns (#2745) * chore: remove unnecessary bad-code-excerpt-skip-patterns * chore(ts/style-guide): fix BAD FILENAME in code-tabs --- public/docs/ts/latest/guide/style-guide.jade | 4 ++-- scripts/config/bad-code-excerpt-skip-patterns.txt | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 2b3910da6f..b1ecef666b 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -1363,7 +1363,7 @@ a(href="#toc") Back to top style-guide/ts/04-10/app/shared/filter-text/filter-text.component.ts, style-guide/ts/04-10/app/shared/filter-text/filter-text.service.ts, style-guide/ts/04-10/app/heroes/heroes.component.ts, - style-guide/ts/04-10/app/heroes/heroes.component.html, + style-guide/ts/04-10/app/heroes/heroes.component.html `, `,,,`, `app/shared/shared.module.ts, @@ -1371,7 +1371,7 @@ a(href="#toc") Back to top app/shared/filter-text/filter-text.component.ts, app/shared/filter-text/filter-text.service.ts, app/heroes/heroes.component.ts, - app/heroes/heroes.component.html, + app/heroes/heroes.component.html `) :marked diff --git a/scripts/config/bad-code-excerpt-skip-patterns.txt b/scripts/config/bad-code-excerpt-skip-patterns.txt index 731cbff933..1331f28b30 100644 --- a/scripts/config/bad-code-excerpt-skip-patterns.txt +++ b/scripts/config/bad-code-excerpt-skip-patterns.txt @@ -1,8 +1,5 @@ # Comments & blank lines are ignored. Entry format (make pattern as specific as possible): # # reason / issue number -/[jt]s/.*/api/router-deprecated/ # Obsolete API entries. No issue open yet. -/ts/latest/guide/style-guide.html # https://github.com/angular/angular.io/issues/2123 -/ts/latest/guide/upgrade.html # In a transient state until RC6 - @filipe.silva /[jt]s/.*/api/forms/index/NG_VALIDATORS-let.html # RC6 contains broken example tags /dart/latest/tutorial/toh-pt5.html