mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ignore the file perms lint check
This commit is contained in:
parent
f377a74fa2
commit
a9eaf187e1
3 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue