瀏覽代碼

oo_filters: Disable pylint too-many-lines test

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera 8 年之前
父節點
當前提交
86556ec601
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 """