From 91cd18e930f442216d1785d65a2fb607e3ea9746 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 13 Jul 2020 09:40:00 -0400 Subject: [PATCH] disable stupid --- Cargo.lock | 2 +- Cargo.toml | 2 +- regexes.dhall | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a81cca..ed5e373 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tron" -version = "0.2.7" +version = "0.2.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9fa4682..d8e4f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tron" -version = "0.2.8" +version = "0.2.9" authors = ["Christine Dodrill "] edition = "2018" repository = "https://tulpa.dev/cadey/tron" diff --git a/regexes.dhall b/regexes.dhall index 268ffd7..9ad950e 100644 --- a/regexes.dhall +++ b/regexes.dhall @@ -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" }