debian-mirror-gitlab/.markdownlint.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

151 lines
2.5 KiB
YAML
Raw Normal View History

2021-09-30 23:02:18 +05:30
---
2021-06-08 01:23:25 +05:30
# Base Markdownlint configuration
# Extended Markdownlint configuration in doc/.markdownlint/
2022-01-26 12:08:38 +05:30
default: true
first-header-h1: true
header-style:
style: "atx"
ul-style:
style: "dash"
no-trailing-spaces: false
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"
2022-04-04 11:22:00 +05:30
emphasis-style: false
strong-style: false
2022-01-26 12:08:38 +05:30
proper-names:
names: [
2021-06-08 01:23:25 +05:30
"Akismet",
"Alertmanager",
2022-03-02 08:16:31 +05:30
"AlmaLinux",
2021-06-08 01:23:25 +05:30
"API",
"Asana",
"Auth0",
"Authentiq",
"Azure",
"Bamboo",
"Bitbucket",
"Bugzilla",
"CAS",
"CentOS",
"Consul",
"Debian",
"DevOps",
"Docker",
"DockerSlim",
"Elasticsearch",
"Facebook",
"fastlane",
"fluent-plugin-redis-slowlog",
"GDK",
"Geo",
"Git LFS",
"git-annex",
2021-10-27 15:23:28 +05:30
"git-sizer",
2021-06-08 01:23:25 +05:30
"Git",
"Gitaly",
"GitHub",
"GitLab Geo",
"GitLab Monitor",
"GitLab Operator",
"GitLab Pages",
"GitLab Rails",
"GitLab Runner",
"GitLab Shell",
"GitLab Workhorse",
"GitLab",
"Gitleaks",
"Gmail",
"Google",
"Grafana",
"Gzip",
"Helm",
2021-09-30 23:02:18 +05:30
"HipChat",
2021-06-08 01:23:25 +05:30
"ID",
"Ingress",
"jasmine-jquery",
"JavaScript",
"Jaeger",
"Jenkins",
"Jira",
"Jira Cloud",
"Jira Server",
"jQuery",
"JSON",
"JupyterHub",
"Karma",
"Kerberos",
"Knative",
"Kubernetes",
"LDAP",
"Let's Encrypt",
"Markdown",
"markdownlint",
"Mattermost",
"Microsoft",
2022-03-02 08:16:31 +05:30
"minikube",
2021-06-08 01:23:25 +05:30
"MinIO",
"ModSecurity",
"NGINX Ingress",
"NGINX",
"OAuth",
"OAuth 2",
"OmniAuth",
"Omnibus GitLab",
"OpenID",
"OpenShift",
"PgBouncer",
2022-03-02 08:16:31 +05:30
"Postfix",
2021-06-08 01:23:25 +05:30
"PostgreSQL",
"Praefect",
"Prometheus",
"Puma",
"puma-worker-killer",
"Python",
"Rake",
"Redis",
"Redmine",
"reCAPTCHA",
"Ruby",
"runit",
"Salesforce",
"SAML",
2022-03-02 08:16:31 +05:30
"Sendmail",
2021-06-08 01:23:25 +05:30
"Sentry",
2022-08-13 15:12:31 +05:30
"Service Desk",
2021-06-08 01:23:25 +05:30
"Sidekiq",
"Shibboleth",
"Slack",
"SMTP",
"SpotBugs",
"SSH",
"Tiller",
"TOML",
"Trello",
"Trello Power-Ups",
"TypeScript",
"Twitter",
"Ubuntu",
"Ultra Auth",
"Unicorn",
2021-09-30 23:02:18 +05:30
"unicorn-worker-killer",
2021-06-08 01:23:25 +05:30
"URL",
"WebdriverIO",
2022-04-04 11:22:00 +05:30
"Workload Identity Pool",
"Workload Identity Provider",
2021-06-08 01:23:25 +05:30
"YAML",
"YouTrack"
]
2022-01-26 12:08:38 +05:30
code_blocks: false