disable stupid

This commit is contained in:
Cadey Ratio 2020-07-13 09:40:00 -04:00
parent 72f8f5cb78
commit 91cd18e930
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1511,7 +1511,7 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tron"
version = "0.2.7"
version = "0.2.9"
dependencies = [
"anyhow",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "tron"
version = "0.2.8"
version = "0.2.9"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
repository = "https://tulpa.dev/cadey/tron"

View File

@ -4,7 +4,7 @@ let Rule =
}
in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" }
, Rule::{ regex = "(idiot|stupid|dumb)", why = "slurs" }
--, Rule::{ regex = "(idiot|stupid|dumb)", why = "slurs" }
, Rule::{ regex = "autist", why = "slur" }
, Rule::{ regex = "insane", why = "slur" }
, Rule::{ regex = "(re|)tard(|ed)", why = "ableism" }