fixed-indent

patch-1
Prince Chaddha 2022-12-22 16:27:14 +05:30 committed by GitHub
parent d4c537af20
commit 2328a044b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -14,15 +14,15 @@ file:
extractors:
- type: regex
regex:
- "\\$X = require\\('unzip'\\)"
- "\\$X = require\\('unzipper'\\)"
- "\\$Y\\.pipe\\(\\$UNZIP\\.Parse\\(...\\)\\)\\.on\\('entry', function $FUNC\\(...\\) {"
- "\\$X = \\$FILENAME\\.indexOf\\(...\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.createWriteStream\\(\\$FIL, ...\\)\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFile\\(\\$FIL, ...\\)\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFileSync\\(\\$FIL, ...\\)\\)"
- "\\$UNZIP\\.Parse\\(...\\)\\.on\\('entry', function \\$FUNC\\(\\$ENTRY\\) {"
- "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)"
- "\\$FS\\.writeFile\\(\\$FIL, ...\\)"
- "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)"
- "\\$X = require\\('unzip'\\)"
- "\\$X = require\\('unzipper'\\)"
- "\\$Y\\.pipe\\(\\$UNZIP\\.Parse\\(...\\)\\)\\.on\\('entry', function $FUNC\\(...\\) {"
- "\\$X = \\$FILENAME\\.indexOf\\(...\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.createWriteStream\\(\\$FIL, ...\\)\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFile\\(\\$FIL, ...\\)\\)"
- "\\$FUNC\\.pipe\\(\\$FS\\.writeFileSync\\(\\$FIL, ...\\)\\)"
- "\\$UNZIP\\.Parse\\(...\\)\\.on\\('entry', function \\$FUNC\\(\\$ENTRY\\) {"
- "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)"
- "\\$FS\\.writeFile\\(\\$FIL, ...\\)"
- "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)"
condition: or