diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-11 03:07:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-11 03:07:31 +0000 |
commit | 9caed104bc903734d996161ba13a579f2be49d7c (patch) | |
tree | d7c3e6a534dfa85128f1011c4fb16f7f697d3f80 /.markdownlint.json | |
parent | a59c9590f5171f3638a1b2abeff55157aedc577b (diff) | |
download | gitlab-ce-9caed104bc903734d996161ba13a579f2be49d7c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.markdownlint.json')
-rw-r--r-- | .markdownlint.json | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json index f06c0766c38..b2beffa6cdb 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -26,5 +26,103 @@ "first-line-h1": false, "code-block-style": { "style": "fenced" + }, + "proper-names": { + "names": [ + "Akismet", + "Alertmanager", + "API", + "Asana", + "Auth0", + "Authentiq", + "Azure", + "Bamboo", + "Bitbucket", + "Bugzilla", + "CAS", + "CentOS", + "Consul", + "Debian", + "Elasticsearch", + "Facebook", + "Git LFS", + "git-annex", + "gitlab-ui", + "Git", + "Gitaly", + "GitHub", + "GitLab Geo", + "GitLab Monitor", + "GitLab Operator", + "GitLab Pages", + "GitLab Rails", + "GitLab Runner", + "GitLab Shell", + "GitLab Workhorse", + "GitLab", + "Gmail", + "Google", + "Grafana", + "Helm", + "HipChat", + "Ingress", + "jasmine-jquery", + "JavaScript", + "Jaeger", + "Jenkins", + "Jira", + "Jira Cloud", + "Jira Server", + "jQuery", + "JupyterHub", + "Karma", + "Kerberos", + "Knative", + "Kubernetes", + "LDAP", + "Let's Encrypt", + "Markdown", + "markdownlint", + "Mattermost", + "Microsoft", + "MinIO", + "NGINX Ingress", + "NGINX", + "OAuth", + "OAuth 2", + "OmniAuth", + "Omnibus GitLab", + "OpenID", + "OpenShift", + "PgBouncer", + "PostgreSQL", + "Prometheus", + "Puma", + "Python", + "Redis", + "Redmine", + "reCAPTCHA", + "runit", + "Salesforce", + "SAML", + "Sentry", + "Sidekiq", + "Shibboleth", + "Slack", + "SMTP", + "SSH", + "Tiller", + "Trello", + "Trello Power-Ups", + "TypeScript", + "Twitter", + "Ubuntu", + "Ultra Auth", + "Unicorn", + "unicorn-worker-killer", + "WebdriverIO", + "YouTrack" + ], + "code_blocks": false } } |