Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-19 04:22:33 +0300
committerEvan Read <eread@gitlab.com>2022-10-19 04:22:33 +0300
commita9a6a610517985099b32cd4d8e0520838ed3f614 (patch)
tree47018ea2a1003fe7e3c5e7dab849a569190ac9a8 /.markdownlint.yml
parent334a620a54df6bbb1563c440514e06d7068255e7 (diff)
Add Markdownlint configuration file and tidy up some Markdown files
Diffstat (limited to '.markdownlint.yml')
-rw-r--r--.markdownlint.yml149
1 files changed, 149 insertions, 0 deletions
diff --git a/.markdownlint.yml b/.markdownlint.yml
new file mode 100644
index 000000000..d996f2281
--- /dev/null
+++ b/.markdownlint.yml
@@ -0,0 +1,149 @@
+---
+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"
+emphasis-style: false
+link-fragments: false
+reference-links-images: false
+proper-names:
+ names: [
+ "Akismet",
+ "Alertmanager",
+ "AlmaLinux",
+ "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",
+ "git-sizer",
+ "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",
+ "HipChat",
+ "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",
+ "minikube",
+ "MinIO",
+ "ModSecurity",
+ "NGINX Ingress",
+ "NGINX",
+ "OAuth",
+ "OAuth 2",
+ "OmniAuth",
+ "Omnibus GitLab",
+ "OpenID",
+ "OpenShift",
+ "PgBouncer",
+ "Postfix",
+ "PostgreSQL",
+ "Praefect",
+ "Prometheus",
+ "Puma",
+ "puma-worker-killer",
+ "Python",
+ "Rake",
+ "Redis",
+ "Redmine",
+ "reCAPTCHA",
+ "Ruby",
+ "runit",
+ "Salesforce",
+ "SAML",
+ "Sendmail",
+ "Sentry",
+ "Service Desk",
+ "Sidekiq",
+ "Shibboleth",
+ "Slack",
+ "SMTP",
+ "SpotBugs",
+ "SSH",
+ "Tiller",
+ "TOML",
+ "Trello",
+ "Trello Power-Ups",
+ "TypeScript",
+ "Twitter",
+ "Ubuntu",
+ "Ultra Auth",
+ "Unicorn",
+ "unicorn-worker-killer",
+ "URL",
+ "WebdriverIO",
+ "Workload Identity Pool",
+ "Workload Identity Provider",
+ "YAML",
+ "YouTrack"
+ ]
+ code_blocks: false