mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
Follow up to the recent upgrade of pylint in the devel branch, we've got a new use-a-generator error in k8s.py: Use a generator instead 'all(desired.get(key, True) == item.get(key, False) for key in keys)' This commit disables the error until we've got time to rewrite this part. Also, since the older branches still use an ancient version of pylint, we've got another message saying the error does not exist (yet!). This commit also adds the right entries in the ignore files.