Skip to content

Commit

Permalink
fix yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KanchiMoe authored May 19, 2024
1 parent 539b0d6 commit 34ec8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Anti-spam/single_emoji_no_value.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
# Single emoji remover - removes comments only contain some single emojis
# Single emoji remover - removes comments only contain some single emojis
type: comment
body (regex): [
"^\\U0001F921$", "^\\🤡$", # Clown
"^\\uE412$", "^\\$", # Crying 1
"^\\U0001F602$", "^\\$" # Crying 2
]
]
action: remove
action_reason: "Remove comment only containing single emoji. Author [/u/{{author}}]. Match [{{match}}]"
message_subject: "Your {{kind}} was removed from /r/{{subreddit}}"
Expand Down

0 comments on commit 34ec8a4

Please sign in to comment.