fix: sonar
This commit is contained in:
		
							parent
							
								
									3f7745de2c
								
							
						
					
					
						commit
						8371d208b1
					
				| @ -22,7 +22,7 @@ function stripHtmlTags(text: string) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| function stripMarkdownLinks(text: string, replacement: string = '$1') { | function stripMarkdownLinks(text: string, replacement: string = '$1') { | ||||||
|   return text.replace(/\[([^\]]*)\]\([^\)]*\)/g, replacement); |   return text.replace(/\[([^\]]*)\]\([^\)]*\)/g, replacement); // NOSONAR
 | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| function concatDashes(text: string) { | function concatDashes(text: string) { | ||||||
| @ -81,7 +81,7 @@ function getTitles(markdown: string, idGenerator: (titleMarkdownContent: string) | |||||||
|     return ''; |     return ''; | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|   [...markdown.matchAll(/^(#+)(.*$)/mg)].forEach( |   [...markdown.matchAll(/^(#+)(.*$)/mg)].forEach( // NOSONAR
 | ||||||
|     ([match, levelString, titleContent]) => { |     ([match, levelString, titleContent]) => { | ||||||
|       const level = levelString.length; |       const level = levelString.length; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user