Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29994586: Noissue - Use flake8's built-in per-file-ignores instead of flake8-per-file-ignores (Closed) Base URL: https://hg.adblockplus.org/buildtools
Patch Set: Created Feb. 1, 2019, 1:34 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -8,15 +8,18 @@
node_modules,
.tox,
*.pyc,
-ignore = D1,C815
+ignore = D1,C815,W504
per-file-ignores =
- /chainedconfigparser.py : A107,E501,D205,D208,D400
- /ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821
- /localeTools.py : A104,A107,A301,A302,E501,E713,F401,N802,N803,N806
- /packager.py : A102,A107,A206,A302,E501,E711,N802,N803,N806
- /packagerChrome.py : A101,A104,A107,A112,A302,E501,E711,F841,N802,N803,N806
- /publicSuffixListUpdater.py : A108,D200,D202,D205,D400,D401,D403,E501,F821,N802,N803
- /releaseAutomation.py : A102,A107,A108,D202,D400,D401,E501,F401,N803,N806
+ chainedconfigparser.py : A107,E501,D205,D208,D400
+ ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821
+ localeTools.py : A104,A107,A301,A302,E501,E713,F401,N802,N803,N806,N813
+ packager.py : A102,A107,A206,A302,E501,E711,N802,N803,N806
+ packagerChrome.py : A101,A104,A107,A112,A302,E501,E711,F841,N802,N803,N806,N816
+ publicSuffixListUpdater.py : A108,D200,D202,D205,D400,D401,D403,E501,F821,N802,N803
+ releaseAutomation.py : A102,A107,A108,D202,D400,D401,E501,F401,N803,N806,N813
+ packagerEdge.py : N816,E117
+ build.py : N813
+ tests/test_packagerWebExt.py : F632
[coverage:run]
omit = tests/*
@@ -33,8 +36,7 @@
pytest
pytest-cov
jinja2
- flake8
- flake8-per-file-ignores>=0.4
+ flake8>=3.7.0
flake8-docstrings
flake8-commas
pep8-naming
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld