-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from SUNET/master
Support the use of custom config as requested in #9
- Loading branch information
Showing
5 changed files
with
216 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change to true if you want to override suspicious.yaml | ||
# and only use your own config in this file. | ||
override_suspicious.yaml: false | ||
|
||
keywords: | ||
# Add your own keywords here or override the score | ||
# for the ones found in suspicious.yaml, e.g.: | ||
# 'myownkeyword': 50 | ||
# 'appleid': 0 | ||
|
||
tlds: | ||
# Add your own TLDs here, e.g.: | ||
# '.nu': | ||
# '.se': |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ tqdm==4.19.4 | |
tld==0.7.9 | ||
python_Levenshtein==0.12.0 | ||
websocket-client==0.48.0 | ||
PyYAML==3.13 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.