Skip to content

Commit

Permalink
yajilin, kazunori: Hide failchecks for editors on rules
Browse files Browse the repository at this point in the history
  • Loading branch information
x-sheep committed Oct 25, 2023
1 parent a0a5eff commit 46ce2ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/script/kazunori.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ui.debug.addDebugData("kazunori", {
failcheck: [
[
"bkOddSize",
"pzprv3/kazunori/4/4/. !4 | /. | . /. 2 . /. | . /. . | . /| | 2 | /. . . . /. . . . /. . . . /. . . . /. . . . /"
"pzprv3/kazunori/4/4/. !4 | /. | . /. 2 . /. | . /. . | . /| | 2 | /. . . . /. . . . /. . . . /. . . . /. . . . /",
{ skiprules: true }
],
[
"nmSame2x2",
Expand Down
3 changes: 2 additions & 1 deletion test/script/yajilin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ui.debug.addDebugData("yajilin", {
failcheck: [
[
"anNoArrow",
"pzprv3/yajilin/2/3/0,1 . . /. . . /. . . /# . . /0 1 /0 1 /0 1 1 /"
"pzprv3/yajilin/2/3/0,1 . . /. . . /. . . /# . . /0 1 /0 1 /0 1 1 /",
{ skiprules: true }
],

[
Expand Down

1 comment on commit 46ce2ac

@vercel
Copy link

@vercel vercel bot commented on 46ce2ac Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pzprjs – ./

pzprjs-git-main-robx.vercel.app
pzprjs.vercel.app
pzprjs-robx.vercel.app

Please sign in to comment.