Ignore the file perms lint check

This commit is contained in:
Pedro Algarvio 2015-01-07 01:15:56 +00:00
parent f377a74fa2
commit a9eaf187e1
3 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,8 @@
# run tests. It *will* install the build deps on the machine running the script.
#
# pylint: disable=file-perms
import errno
import glob
import logging

View file

@ -3,6 +3,8 @@
'''
Discover all instances of unittest.TestCase in this directory.
'''
# pylint: disable=file-perms
# Import python libs
from __future__ import print_function
import os

View file

@ -20,6 +20,7 @@ A history file is maintained in ~/.saltsh_history.
completion behavior can be customized via the ~/.inputrc file.
'''
# pylint: disable=file-perms
# Import python libs
import atexit