-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettings.yml
31 lines (31 loc) · 1.03 KB
/
settings.yml
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
31
emoji_icon:
default: 👩🏽💻
description:
en: The emoji icon to be displayed next to the title in the unformatted warning modal.
disable_at_trust_level:
default: 3
min: -1
max: 4
description:
en: Disable warning for users with a trust level of N or higher. -1 = enabled for all users.
zh_CN: 不要向信任等级高于 N 的用户显示警告。-1 即向所有用户显示。
sensitivity:
default: 0.5
min: 0
max: 1
description:
en: Sensitivity of the detection algorithm. 0 = plugin disabled; 1 = warn for anything that looks even slightly like code.
min_post_length_to_check:
default: 50
min: 0
description:
en: Minimum post length to check (number of characters).
max_post_length_to_check:
default: -1
min: -1
description:
en: Maximum post length to check (number of characters). -1 = no maximum.
include_html:
default: true
description:
en: Check for HTML tags as well as other types of code. Recommended to disable if users frequently need to render custom HTML in their posts.