debian-mirror-gitlab/.markdownlint.json

146 lines
2.5 KiB
JSON
Raw Normal View History

2019-12-04 20:38:33 +05:30
{
"default": true,
"first-header-h1": true,
"header-style": {
"style": "atx"
},
"ul-style": {
"style": "dash"
},
2020-10-24 23:57:45 +05:30
"no-trailing-spaces": false,
2019-12-04 20:38:33 +05:30
"line-length": false,
"no-duplicate-header": {
"allow_different_nesting": true
},
"no-trailing-punctuation": {
"punctuation": ".,;:!。,;:!?"
},
"ol-prefix": {
"style": "one"
},
"no-inline-html": false,
"hr-style": {
"style": "---"
},
"no-emphasis-as-heading": false,
"first-line-h1": false,
"code-block-style": {
"style": "fenced"
2020-01-01 13:55:28 +05:30
},
"proper-names": {
"names": [
"Akismet",
"Alertmanager",
"API",
"Asana",
"Auth0",
"Authentiq",
"Azure",
"Bamboo",
"Bitbucket",
"Bugzilla",
"CAS",
"CentOS",
"Consul",
"Debian",
2020-04-22 19:07:51 +05:30
"DevOps",
2020-06-23 00:09:42 +05:30
"Docker",
2020-01-01 13:55:28 +05:30
"Elasticsearch",
"Facebook",
2020-06-23 00:09:42 +05:30
"fastlane",
2020-05-24 23:13:21 +05:30
"GDK",
"Geo",
2020-01-01 13:55:28 +05:30
"Git LFS",
"git-annex",
"Git",
"Gitaly",
"GitHub",
"GitLab Geo",
"GitLab Monitor",
"GitLab Operator",
"GitLab Pages",
"GitLab Rails",
"GitLab Runner",
"GitLab Shell",
"GitLab Workhorse",
"GitLab",
2020-05-24 23:13:21 +05:30
"Gitleaks",
2020-01-01 13:55:28 +05:30
"Gmail",
"Google",
"Grafana",
2020-05-24 23:13:21 +05:30
"Gzip",
2020-01-01 13:55:28 +05:30
"Helm",
"HipChat",
"Ingress",
"jasmine-jquery",
"JavaScript",
"Jaeger",
"Jenkins",
"Jira",
"Jira Cloud",
"Jira Server",
"jQuery",
2020-07-28 23:09:34 +05:30
"JSON",
2020-01-01 13:55:28 +05:30
"JupyterHub",
"Karma",
"Kerberos",
"Knative",
"Kubernetes",
"LDAP",
"Let's Encrypt",
"Markdown",
"markdownlint",
"Mattermost",
"Microsoft",
2020-04-22 19:07:51 +05:30
"Minikube",
2020-01-01 13:55:28 +05:30
"MinIO",
2020-04-22 19:07:51 +05:30
"ModSecurity",
2020-01-01 13:55:28 +05:30
"NGINX Ingress",
"NGINX",
"OAuth",
"OAuth 2",
"OmniAuth",
"Omnibus GitLab",
"OpenID",
"OpenShift",
"PgBouncer",
"PostgreSQL",
2020-06-23 00:09:42 +05:30
"Praefect",
2020-01-01 13:55:28 +05:30
"Prometheus",
"Puma",
2020-05-24 23:13:21 +05:30
"puma-worker-killer",
2020-01-01 13:55:28 +05:30
"Python",
2020-04-22 19:07:51 +05:30
"Rake",
2020-01-01 13:55:28 +05:30
"Redis",
"Redmine",
"reCAPTCHA",
2020-04-22 19:07:51 +05:30
"Ruby",
2020-01-01 13:55:28 +05:30
"runit",
"Salesforce",
"SAML",
"Sentry",
"Sidekiq",
"Shibboleth",
"Slack",
"SMTP",
2020-05-24 23:13:21 +05:30
"SpotBugs",
2020-01-01 13:55:28 +05:30
"SSH",
"Tiller",
2020-05-24 23:13:21 +05:30
"TOML",
2020-01-01 13:55:28 +05:30
"Trello",
"Trello Power-Ups",
"TypeScript",
"Twitter",
"Ubuntu",
"Ultra Auth",
"Unicorn",
"unicorn-worker-killer",
2020-05-24 23:13:21 +05:30
"URL",
2020-01-01 13:55:28 +05:30
"WebdriverIO",
2020-05-24 23:13:21 +05:30
"YAML",
2020-01-01 13:55:28 +05:30
"YouTrack"
],
"code_blocks": false
2020-04-22 19:07:51 +05:30
}
2019-12-04 20:38:33 +05:30
}