Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 40c646e

Browse files
chalinfilipesilva
authored andcommitted
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
1 parent fa99a8b commit 40c646e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,15 +1363,15 @@ a(href="#toc") Back to top
13631363
style-guide/ts/04-10/app/shared/filter-text/filter-text.component.ts,
13641364
style-guide/ts/04-10/app/shared/filter-text/filter-text.service.ts,
13651365
style-guide/ts/04-10/app/heroes/heroes.component.ts,
1366-
style-guide/ts/04-10/app/heroes/heroes.component.html,
1366+
style-guide/ts/04-10/app/heroes/heroes.component.html
13671367
`,
13681368
`,,,`,
13691369
`app/shared/shared.module.ts,
13701370
app/shared/init-caps.pipe.ts,
13711371
app/shared/filter-text/filter-text.component.ts,
13721372
app/shared/filter-text/filter-text.service.ts,
13731373
app/heroes/heroes.component.ts,
1374-
app/heroes/heroes.component.html,
1374+
app/heroes/heroes.component.html
13751375
`)
13761376
:marked
13771377

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Comments & blank lines are ignored. Entry format (make pattern as specific as possible):
22
# <grep-pattern-to-match-file-path> # reason / issue number
33

4-
/[jt]s/.*/api/router-deprecated/ # Obsolete API entries. No issue open yet.
5-
/ts/latest/guide/style-guide.html # https://github.com/angular/angular.io/issues/2123
6-
/ts/latest/guide/upgrade.html # In a transient state until RC6 - @filipe.silva
74
/[jt]s/.*/api/forms/index/NG_VALIDATORS-let.html # RC6 contains broken example tags
85
/dart/latest/tutorial/toh-pt5.html

0 commit comments

Comments
 (0)