changes in pylint changes
This commit is contained in:
parent
bafe704012
commit
0395355e6c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -107,7 +107,7 @@ pipeline {
|
|||
steps{
|
||||
sh '''
|
||||
export TERM="linux"
|
||||
pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/ > pylint.log || exit 0
|
||||
pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/src > pylint.log || exit 0
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user