Skip to content
Snippets Groups Projects

Make Pylint more flexible with a YAML-based config

Merged Matt Wala requested to merge pylint-flexible-config into master
  1. Mar 08, 2019
  2. Mar 07, 2019
    • Matt Wala's avatar
      WIP: Make Pylint more flexible with a YAML-based config · 0cbf03e5
      Matt Wala authored
      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.
      0cbf03e5
Loading