File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,12 @@ protected function checkDocs($lines)
214
214
'doc/ ' ,
215
215
'guide/ ' ,
216
216
'phpdoc/ ' ,
217
+ 'apidocs/ ' ,
218
+ 'apidoc/ ' ,
219
+ 'api-reference/ ' ,
220
+ 'user_guide/ ' ,
221
+ 'manuals/ ' ,
222
+ 'phpdocs/ ' ,
217
223
]);
218
224
}
219
225
@@ -245,6 +251,11 @@ protected function checkPublic($lines)
245
251
'public_html/ ' ,
246
252
'publish/ ' ,
247
253
'pages/ ' ,
254
+ 'javascripts/ ' ,
255
+ 'icons/ ' ,
256
+ 'imgs/ ' ,
257
+ 'wwwroot/ ' ,
258
+ 'font/ ' ,
248
259
]);
249
260
}
250
261
@@ -272,6 +283,7 @@ protected function checkSrc($lines)
272
283
'code/ ' ,
273
284
'classes/ ' ,
274
285
'func/ ' ,
286
+ 'src-dev/ ' ,
275
287
]);
276
288
}
277
289
@@ -282,6 +294,10 @@ protected function checkTests($lines)
282
294
'unit-tests/ ' ,
283
295
'phpunit/ ' ,
284
296
'testing/ ' ,
297
+ 'unittest/ ' ,
298
+ 'unit_tests/ ' ,
299
+ 'unit_test/ ' ,
300
+ 'phpunit-tests/ ' ,
285
301
]);
286
302
}
287
303
You can’t perform that action at this time.
0 commit comments