.pylintrc-default
deleted100644 → 0
+0
−814
File deleted.
Preview size limit exceeded, changes collapsed.
.pylintrc-default.yml
0 → 100644
+4
−0
+13
−4
run-pylint.py
0 → 100755
+79
−0
Loading
See also: pytools#4 This adds support for a YAML-based config file format for Pylint with a thin wrapper script that translates the YAML file into command line arguments. This change also modifies prepare-and-run-pylint.sh to look for YAML configs. It looks for a .pylintrc.yml, and if it does not find it, it downloads the global config file from ci-support. It also supports local configurations via the file .pylintrc-local.yml.
File deleted.
Preview size limit exceeded, changes collapsed.