-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve output & add check for runtime logs * privoxy-blocklist: remove unnessary newline * privoxy-blocklist: improve debug() function * tests: add check for errors in privoxy runtime log * improve readability of sed-commands * implement content tests & move to setup.cfg * tests: implement logix to check for content removed by privoxy * tests: centralize test configuration in config.py * tests: move config for python linting tools to centralized setup.cfg * add vim & curl for debugging in Docker container * optimize id & class matching rules * move testwebserver to conftest.py * add attribute-name-only handler & fix left-over handling * add attribute matches for exact, startswith & endswith * implement flag for content filter activation * update implementation status in README * update test configurations --------- Signed-off-by: Andrwe Lord Weber <[email protected]>
- Loading branch information
Showing
15 changed files
with
782 additions
and
176 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,10 @@ bandit: | |
|
||
mypy: | ||
run: true | ||
|
||
pydocstyle: | ||
disable: | ||
# conflicts with D211 | ||
- D203 | ||
# conflicts with D211 | ||
- D212 |
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
Oops, something went wrong.