summaryrefslogtreecommitdiffstats
path: root/filter_plugins
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-03-28 18:36:12 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-04-03 14:50:11 -0500
commit86556ec6012ff2669de712c00a2d80f97ef97ac0 (patch)
treec9dd21609f0617fb0706a92ead203c71564b016d /filter_plugins
parentf541c25328009355536eda97f8cb7094c8e100b7 (diff)
downloadopenshift-86556ec6012ff2669de712c00a2d80f97ef97ac0.tar.gz
openshift-86556ec6012ff2669de712c00a2d80f97ef97ac0.tar.bz2
openshift-86556ec6012ff2669de712c00a2d80f97ef97ac0.tar.xz
openshift-86556ec6012ff2669de712c00a2d80f97ef97ac0.zip
oo_filters: Disable pylint too-many-lines test
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'filter_plugins')
-rw-r--r--filter_plugins/oo_filters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter_plugins/oo_filters.py b/filter_plugins/oo_filters.py
index a0fb78c0e..179febe98 100644
--- a/filter_plugins/oo_filters.py
+++ b/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
"""