3
0

remove spelling and mdl stages as the ide does care for that

This commit is contained in:
Arne Teuke
2025-02-28 16:06:19 +01:00
parent c8c58615c5
commit 698e1b0a8f
4 changed files with 1 additions and 192 deletions

View File

@@ -1,3 +0,0 @@
all
rule 'MD013', :line_length => 1000
exclude_rule 'MD036'

2
.mdlrc
View File

@@ -1,2 +0,0 @@
style '.mdl_style.rb'

169
.spelling
View File

@@ -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

17
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') { stage('SonarScan') {
steps { steps {
sh ''' sh '''