blob: c386b23e52c0654ca63ff2606f540ebb0921b587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
extends: existence
message: "Remove profanity: '%s'"
ignorecase: true
level: error
tokens:
- 'arse(hole)?'
- 'ass(hole)?'
- 'bastard'
- 'bitch'
- 'bloody'
- 'bollocks'
- 'bugger'
- 'cocksucker'
- 'crap'
- 'cunt'
- 'damn'
- 'eff(ing)?'
- 'fart'
- 'fuck(er|ing)?'
- 'goddamn(it?|ed)'
- 'hell'
- 'horseshit'
- 'motherfuck(ers?|ing)'
- 'piss(ing)?'
- 'shit'
- 'tits'
- 'turd'
- 'twat'
- 'wank(er|ing)?'
|