Skip to content

Commit 05cbf6e

Browse files
committed
Allow html repository, but do not process html (#150)
1 parent aebadb5 commit 05cbf6e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/github/filterfile.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ export const blacklistedFilter = [
108108
'example',
109109
'extra',
110110
'esm',
111+
'guide',
112+
'html',
111113
'image',
112114
'img',
113115
'node_modules',
@@ -116,12 +118,14 @@ export const blacklistedFilter = [
116118
'picture',
117119
'release',
118120
'requirement',
121+
'sample',
119122
'script',
120123
'setup',
121124
'static',
122125
'support',
123126
'target',
124127
'temp',
128+
'theme',
125129
'tool',
126130
'third_party',
127131
'tmp',

src/service/allowed-languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const ALLOED_LANGUAGES = [
1010
"Ruby",
1111
"PHP",
1212
"Scala",
13+
"HTML",
1314
]; // I didn't include markdown here because it's not a programming language

0 commit comments

Comments
 (0)