Browse Source

Fix CI

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
4a7faebcf0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis/script-pylint.sh

+ 1
- 0
.travis/script-pylint.sh View File

@@ -18,6 +18,7 @@ ${pylint} \
--max-attributes=25 \
--max-line-length=120 \
--max-locals=25 \
--max-statements=100 \
--disable=\
bad-whitespace,\
invalid-name,\


Loading…
Cancel
Save