Explorar el Código

oo_filters: Disable pylint too-many-lines test

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera hace 8 años
padre
commit
86556ec601
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      filter_plugins/oo_filters.py

+ 1 - 0
filter_plugins/oo_filters.py

@@ -1,6 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 # vim: expandtab:tabstop=4:shiftwidth=4
+# pylint: disable=too-many-lines
 """
 Custom filters for use in openshift-ansible
 """