@@ -234,8 +234,7 @@ test("https://github.com/webpack/webpack.js.org", (t) => {
234
234
const rootDir = "./test-repos/webpack-webpack-js-org" ;
235
235
const globPatterns = [ join ( rootDir , "**/*.md" ) ] ;
236
236
const configPath = join ( rootDir , ".markdownlint.json" ) ;
237
- const ignoreRes = [ / ^ t e s t - r e p o s \/ w e b p a c k - w e b p a c k - j s - o r g \/ R E A D M E \. m d : \d + : M D 0 5 3 \/ .* $ \r ? \n ? / gm ] ;
238
- return lintTestRepo ( t , globPatterns , configPath , ignoreRes ) ;
237
+ return lintTestRepo ( t , globPatterns , configPath ) ;
239
238
} ) ;
240
239
241
240
// Optional repositories (very large)
@@ -246,20 +245,7 @@ if (existsSync(dotnetDocsDir)) {
246
245
const rootDir = dotnetDocsDir ;
247
246
const globPatterns = [ join ( rootDir , "**/*.md" ) ] ;
248
247
const configPath = join ( rootDir , ".markdownlint.json" ) ;
249
- const ignoreRes = [
250
- / ^ [ ^ : ] + : \d + : M D 0 5 1 \/ .* $ \r ? \n ? / gm,
251
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ c o r e \/ d i a g n o s t i c s \/ s o s - d e b u g g i n g - e x t e n s i o n \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
252
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ c o r e \/ i n s t a l l \/ m a c o s \. m d : \d + : M D 0 5 3 \/ .* $ \r ? \n ? / gm,
253
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ f r a m e w o r k \/ d a t a \/ a d o n e t \/ d a t a s e t - d a t a t a b l e - d a t a v i e w \/ d i f f g r a m s \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
254
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ f r a m e w o r k \/ t o o l s \/ a l - e x e - a s s e m b l y - l i n k e r \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
255
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ f r a m e w o r k \/ t o o l s \/ s o s - d l l - s o s - d e b u g g i n g - e x t e n s i o n \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
256
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ f s h a r p \/ l a n g u a g e - r e f e r e n c e \/ c o m p i l e r - o p t i o n s \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
257
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ f u n d a m e n t a l s \/ c o d e - a n a l y s i s \/ q u a l i t y - r u l e s \/ c a 2 2 4 1 \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
258
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ s t a n d a r d \/ b a s e - t y p e s \/ c o m p o s i t e - f o r m a t t i n g \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
259
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ s t a n d a r d \/ b a s e - t y p e s \/ s t a n d a r d - t i m e s p a n - f o r m a t - s t r i n g s \. m d : \d + : M D 0 5 2 \/ .* $ \r ? \n ? / gm,
260
- / ^ t e s t - r e p o s \/ d o t n e t - d o c s \/ d o c s \/ s t a n d a r d \/ n a t i v e - i n t e r o p \/ t u t o r i a l - c o m w r a p p e r s \. m d : \d + : M D 0 5 3 \/ .* $ \r ? \n ? / gm
261
- ] ;
262
- return lintTestRepo ( t , globPatterns , configPath , ignoreRes ) ;
248
+ return lintTestRepo ( t , globPatterns , configPath ) ;
263
249
} ) ;
264
250
}
265
251
0 commit comments