summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.markdownlint.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
index 2c40c0859f0..fbe3eb21b92 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -27,5 +27,20 @@
"first-line-h1": false,
"code-block-style": {
"style": "fenced"
+ },
+ "proper-names": {
+ "names": [
+ "Git",
+ "GitLab",
+ "JavaScript",
+ "Jira",
+ "Jenkins",
+ "GitLab Runner",
+ "Omnibus",
+ "Kubernetes",
+ "Debian",
+ "Ubuntu"
+ ],
+ "code_blocks": false
}
}