Skip to content
Snippets Groups Projects

Pylint: Switch to YAML-based config, fix failures

Merged Matt Wala requested to merge pylint-autogen into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -53,13 +53,12 @@ Pylint:
script:
- EXTRA_INSTALL="pymbolic matplotlib mpi4py"
- py_version=3
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/pylint-flexible-config/prepare-and-run-pylint.sh
- ". ./prepare-and-run-pylint.sh pytools test/test_*.py"
tags:
- python3
except:
- tags
allow_failure: true
Documentation:
script:
Loading