Skip to content

Commit

Permalink
add combo to stopwords, update cmd/generate
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed May 28, 2022
1 parent 3531887 commit 0eb57cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/generate/config/rules/stopwords.go
Original file line number Diff line number Diff line change
Expand Up @@ -1484,4 +1484,6 @@ var DefaultStopWords = []string{
"boot",
"book",
"branch",
"combination",
"combo",
}
1 change: 1 addition & 0 deletions config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2222,4 +2222,5 @@ stopwords= [
"book",
"branch",
"combination",
"combo",
]

0 comments on commit 0eb57cb

Please sign in to comment.