Skip to content

Commit

Permalink
lint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 27, 2025
1 parent a4de9d6 commit 97cfdc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ var DefaultEmailBodyTemplate string
var configPath = flag.String("config", "rageshake.yaml", "The path to the config file. For more information, see the config file in this repository.")
var bindAddr = flag.String("listen", ":9110", "The port to listen on.")

// Default string when a reason is not provided for a rejection condition
// DefaultErrorReason is the default reason string when not present for a rejection condition
const DefaultErrorReason string = "app or user text rejected"

// Default error when a error code is not provided for a rejection condition.
// DefaultErrorCode is the default error code when not present for a rejection condition.
const DefaultErrorCode string = "RS_REJECTED"

type config struct {
Expand Down

0 comments on commit 97cfdc2

Please sign in to comment.