Skip to content

Commit

Permalink
Add some alternative sketchy words to lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexicon committed Dec 11, 2022
1 parent 26cfd90 commit 5698388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (

var (
// QueryKeywords to use when searching through commits
QueryKeywords = []string{"fuck", "shit"}
QueryKeywords = []string{"fuck", "shit", "crap", "damn", "fucking"}
)

func runFetchJob(db *gorm.DB, api *GitHubAPI) error {
Expand Down

0 comments on commit 5698388

Please sign in to comment.