mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7355 - Update jQuery-migrate to 3.4.1
This commit is contained in:
@@ -33,7 +33,7 @@ abstract class AbstractFolderAnalyzer
|
||||
* @since 3.2.0 N°7175 update regexp to also remove `examples` folder
|
||||
* @link https://www.regular-expressions.info/alternation.html RegExp alternation reference
|
||||
*/
|
||||
public const QUESTIONNABLE_FOLDER_REGEXP = '/^(tests?|examples?|htdocs?|demos?|.github)$/i';
|
||||
public const QUESTIONNABLE_FOLDER_REGEXP = '/^(tests?|examples?|htdocs?|demos?|.github|.idea)$/i';
|
||||
|
||||
/**
|
||||
* @param string $sFolderName
|
||||
|
||||
Reference in New Issue
Block a user