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
This commit is contained in:
parent
fa99a8b0b2
commit
40c646eced
|
@ -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
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# Comments & blank lines are ignored. Entry format (make pattern as specific as possible):
|
||||
# <grep-pattern-to-match-file-path> # 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
|
||||
|
|
Loading…
Reference in New Issue