Skip to content

Commit 90c0528

Browse files
authored
Merge pull request #151 from daeisbae/150-add-html-support
Allow html repository, but do not process html (#150)
2 parents 7a10ae0 + 05cbf6e commit 90c0528

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
@@ -110,6 +110,8 @@ export const blacklistedFilter = [
110110
'example',
111111
'extra',
112112
'esm',
113+
'guide',
114+
'html',
113115
'image',
114116
'img',
115117
'node_modules',
@@ -118,13 +120,15 @@ export const blacklistedFilter = [
118120
'picture',
119121
'release',
120122
'requirement',
123+
'sample',
121124
'script',
122125
'setup',
123126
'static',
124127
'support',
125128
'screenshot',
126129
'target',
127130
'temp',
131+
'theme',
128132
'tool',
129133
'test',
130134
'third_party',

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)