feat(plugins/community/chess): add plugin (#1215) [skip ci]

This commit is contained in:
Simon Lecoq
2022-09-05 22:42:25 -04:00
committed by GitHub
parent d6636c00fe
commit 2239bc9297
18 changed files with 406 additions and 0 deletions

View File

@@ -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$

View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -12,6 +12,8 @@ on:
required: true
METRICS_TOKEN_PERSONAL:
required: true
CHESS_TOKEN:
required: true
PAGESPEED_TOKEN:
required: true
GOOGLE_MAP_TOKEN: