From 698e1b0a8fc3d4e0a5cb7dc15643524486e371c5 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 28 Feb 2025 16:06:19 +0100 Subject: [PATCH] remove spelling and mdl stages as the ide does care for that --- .mdl_style.rb | 3 - .mdlrc | 2 - .spelling | 169 -------------------------------------------------- Jenkinsfile | 19 +----- 4 files changed, 1 insertion(+), 192 deletions(-) delete mode 100644 .mdl_style.rb delete mode 100644 .mdlrc delete mode 100644 .spelling diff --git a/.mdl_style.rb b/.mdl_style.rb deleted file mode 100644 index 5d4d3b9..0000000 --- a/.mdl_style.rb +++ /dev/null @@ -1,3 +0,0 @@ -all -rule 'MD013', :line_length => 1000 -exclude_rule 'MD036' diff --git a/.mdlrc b/.mdlrc deleted file mode 100644 index e5c563a..0000000 --- a/.mdlrc +++ /dev/null @@ -1,2 +0,0 @@ -style '.mdl_style.rb' - diff --git a/.spelling b/.spelling deleted file mode 100644 index ec130d4..0000000 --- a/.spelling +++ /dev/null @@ -1,169 +0,0 @@ -# markdown-spellcheck spelling configuration file -# Format - lines beginning # are comments -# global dictionary is at the start, file overrides afterwards -# one word per line, to define a file override use ' - filename' -# where filename is relative to this configuration file -Readme.md -httpd -sudo -selinux -site.pp -nodes.pp -cd_apache -:: -params -Foreman -cd_resources -CentOS -Puppet -ConfDroid -nagios -vHosts -vHost -phpMyAdmin -phpPgAdmin -parameterized -erb -Confdroid.com -UTF_Files -Elasticsearch -cd_firewall -puppetlabs -cd_elasticsearch -cd_fail2ban -Fail2Ban -intrusion -fail2ban -firewalld -prevention -management -CentOS7 -auto-installed -filebeat -Elastic -installer -Foreman -postgresql -TLS -cd_foreman -install.sh -git -cd_git -Gitlab -gitlab -gitlab-ce -gitlab.rb -psql -setup -service -user -optional -postgresql -database -via -tls -encryption -certbot -cd_postgresql -cd_certbot -cd_gitlab -sourcecode -pg_hba.conf -hiera -cd_tls -ca_chain -config -gitlab-ctl -haproxy -cd_concat -concat -cd_haproxy -haproxy.cfg -fqdn -ACLs -continuous -Jenkinsfiles -Jenkinsfile -SEEDjob -Github -job-dsl -community -providing -API -REGEX -plugins -cd_jenkins -cd_java -cd_nagios -cd_kibana -Kibana -Elastic -Stack -elasticsearch -MySQL -mysql -my.conf -cd_mysql -mysqld -PuppetDB -cd_selinux -cd_nrpe -cd_stdlib -puppetlabs -cd_concat -stdlib -cd_puppetdb -SSL -vhost -nrpe -iptables -NTP -manycast -cd_ntp -remi -repo -cd_php -Cyril -Roundcube -Dovecot -postmap -cd_postfix -pg_hba -pgdata -puppetserver -puppetdb -r10k -cd_puppet -cri -Rsyslog -Linux -Unix -cd_rsyslog -Openssl -SSH -SSHD -cd_ssh -cd_sshfs -cd_swap -CAs -GnuTLS -TLS -openssl -CSRs -CRLs -passwordless -SCP -wget -mlocate -cd_tools -cd_wget -Wordpress -cd_wordpress -Zenbership -CRM -cd_zenbership -htpasswd -cd_hosts -cd_dovecot -master -db \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 2c2108a..afd4eb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,24 +64,7 @@ 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') { + stage('SonarScan') { steps { sh ''' /opt/sonar-scanner/bin/sonar-scanner \