diff --git a/contrib/ci/Jenkinsfile b/contrib/ci/Jenkinsfile index cb3d6683..2da3da2e 100644 --- a/contrib/ci/Jenkinsfile +++ b/contrib/ci/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('lint') { steps { - sh 'luacheck --std=min {packages,scripts,target}' + sh 'luacheck package scripts targets' } } stage('docs') {