From 1b1b66e2ce4af3dbfe8fc8db4b6ef152ff7cde3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:59:55 +0200 Subject: [PATCH] spell: fix MD044/proper-names for BitBucket and Sass --- .markdownlint.jsonc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index 308ac467d..fc58fe464 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -12,9 +12,9 @@ "MD033": { "allowed_elements": [ "a", "abbr", "div", "span" ] }, "MD044": { "names": [ ".github", ".gitlab", ".markdown", ".mega", ".html", ".css", ".sass", ".html", ".json", ".yaml", - "GitHub", "GitLab", "BitBucket", "Pull Request", "PR", + "GitHub", "GitLab", "Bitbucket", "Pull Request", "PR", "Google", "Google Drive", "YouTube", "Dropbox", "Mega", "Scribd", "Issuu", "Leanpub", "StackOverflow", - "Markdown", "HTML", "CSS", "SASS", "JavaScript", "JSON", "YAML" + "Markdown", "HTML", "CSS", "Sass", "JavaScript", "JSON", "YAML" ] } } --> @@ -243,7 +243,7 @@ "próximo", "GitHub", "GitLab", - "BitBucket", + "Bitbucket", "Pull Request", "PRÓXIMO", "PR", @@ -259,7 +259,7 @@ "Markdown", "HTML", "CSS", - "SASS", + "Sass", "JavaScript", "JSON", "YAML"