disable stupid
This commit is contained in:
parent
72f8f5cb78
commit
91cd18e930
|
@ -1511,7 +1511,7 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tron"
|
name = "tron"
|
||||||
version = "0.2.7"
|
version = "0.2.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tron"
|
name = "tron"
|
||||||
version = "0.2.8"
|
version = "0.2.9"
|
||||||
authors = ["Christine Dodrill <me@christine.website>"]
|
authors = ["Christine Dodrill <me@christine.website>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://tulpa.dev/cadey/tron"
|
repository = "https://tulpa.dev/cadey/tron"
|
||||||
|
|
|
@ -4,7 +4,7 @@ let Rule =
|
||||||
}
|
}
|
||||||
|
|
||||||
in [ Rule::{ regex = "(n|z)igg(er|a)", why = "racism" }
|
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 = "autist", why = "slur" }
|
||||||
, Rule::{ regex = "insane", why = "slur" }
|
, Rule::{ regex = "insane", why = "slur" }
|
||||||
, Rule::{ regex = "(re|)tard(|ed)", why = "ableism" }
|
, Rule::{ regex = "(re|)tard(|ed)", why = "ableism" }
|
||||||
|
|
Loading…
Reference in New Issue