feat(plugins/community/chess): add plugin (#1215) [skip ci]
This commit is contained in:
1
.github/actions/spelling/excludes.txt
vendored
1
.github/actions/spelling/excludes.txt
vendored
@@ -52,3 +52,4 @@ ignore$
|
||||
^\Qsource/templates/terminal/fonts.css\E$
|
||||
^\Qsource/templates/terminal/partials/screenshot.ejs\E$
|
||||
^\Qtests/mocks/api/github/rest/emojis/get.mjs\E$
|
||||
^\Qtests/mocks/api/axios/get/lichess.mjs\E$
|
||||
|
||||
3
.github/actions/spelling/expect.txt
vendored
3
.github/actions/spelling/expect.txt
vendored
@@ -174,6 +174,7 @@ libxml
|
||||
libxmljs
|
||||
libxss
|
||||
libxtst
|
||||
lichess
|
||||
linux
|
||||
lng
|
||||
localhost
|
||||
@@ -236,6 +237,8 @@ params
|
||||
patchnote
|
||||
pdated
|
||||
pened
|
||||
PGN
|
||||
Pgn
|
||||
PGP
|
||||
playcount
|
||||
playlists
|
||||
|
||||
4
.github/actions/spelling/patterns.txt
vendored
4
.github/actions/spelling/patterns.txt
vendored
@@ -90,3 +90,7 @@ place_id: ".*"
|
||||
|
||||
# ignore long runs of a single character:
|
||||
\b([A-Za-z])\g{-1}{3,}\b
|
||||
|
||||
# Chess patterns
|
||||
\brnbqkbnr\b
|
||||
\bRNBQKBNR\b
|
||||
|
||||
Reference in New Issue
Block a user