Merge pull request #361 from TRaSH-/Sonar-RP-ignore-scene-releases-pastefix

Copy/Paste Fix
pull/363/head
TRaSH 3 years ago committed by GitHub
commit 4600e5724e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -442,7 +442,7 @@ Add this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/\b(\.WEB\.)\b/i
/\b(-scene)\b/i
```
#### Optional Ignore scene releases
@ -452,7 +452,7 @@ Add this to your `Must not contain (2)`
If you don't want to download so called scene releases.
```bash
/\b(-scene)\b/i
/\b(\.WEB\.)\b/i
```
------

Loading…
Cancel
Save