linting the project

This commit is contained in:
Arne Teuke
2025-03-02 13:15:07 +01:00
parent 74b0684ae1
commit 95848273ba
10 changed files with 24 additions and 166 deletions

19
Jenkinsfile vendored
View File

@@ -64,23 +64,6 @@ pipeline {
}
}
stage('markdown-lint') {
steps {
sh '''
source /opt/rh/rh-ruby27/enable
mdl README.md
'''
}
}
stage('spell check') {
steps {
sh '''
mdspell -r -n -a "**/*.md"
'''
}
}
stage('SonarScan') {
steps {
sh '''
@@ -93,7 +76,7 @@ pipeline {
}
}
stage('create Puppet documention') {
stage('create Puppet documentation') {
steps {
sh '/opt/puppetlabs/bin/puppet strings'
}