kopia lustrzana https://github.com/piku/piku
Allow longer lines for inlining SSH entries
rodzic
28ec78ad47
commit
173600aa13
|
@ -26,5 +26,6 @@ jobs:
|
|||
pip install flake8
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
# --exit-zero treats all errors as warnings.
|
||||
flake8 . --count --max-complexity=50 --max-line-length=127 --statistics
|
||||
# --exit-zero treats all errors as warnings
|
||||
# allow longer lines for inlining SSH entries
|
||||
flake8 . --count --max-complexity=50 --max-line-length=255 --statistics
|
||||
|
|
Ładowanie…
Reference in New Issue