~brendan-donegan/maas/qa-lab-tests_deploy_centos

« back to all changes in this revision

Viewing changes to .pylintrc

  • Committer: MAAS Lander
  • Author(s): Brendan Donegan
  • Date: 2016-11-09 14:16:18 UTC
  • mfrom: (459.2.6 flake8_cleanup)
  • Revision ID: maas_lander-20161109141618-c3qthypbq8qc835c
[r=allenap][bug=][author=brendan-donegan] Fix a whole bunch of flake8 and pylint issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[MESSAGES CONTROL]
 
2
 
 
3
# fixme: will address TODO/FIXME's in other branches
 
4
# invalid-name: too pedantic
 
5
 
 
6
disable=duplicate-code,fixme,import-error,invalid-name,no-name-in-module,no-self-use,protected-access,star-args,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-public-methods,missing-docstring,too-many-lines,wrong-import-order,wrong-import-position,unused-argument,unused-import