remove spelling and mdl stages as the ide does care for that
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
all
|
||||
rule 'MD013', :line_length => 1000
|
||||
exclude_rule 'MD036'
|
||||
169
.spelling
169
.spelling
@@ -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
|
||||
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user