Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

remove commit length restrictions#51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfromfix/commit-length-restriction
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove commit length restrictions
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
@ShMcK
ShMcK committedJun 25, 2020
commit03869d9bde451375ad455adf04aa347b3da9e465
1 change: 0 additions & 1 deletionsrc/schema/meta.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,7 +55,6 @@ export default {
$ref: "#/definitions/sha1_hash",
// uniqueItems: true,
},
minItems: 1,
},
setup_action: {
type: "object",
Expand Down
4 changes: 2 additions & 2 deletionssrc/schema/skeleton.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -132,7 +132,7 @@ export default {
id: {
type: "string",
description: "A level id",
examples: ["L1", "L11"],
examples: ["1", "11"],
},
setup: {
$ref: "#/definitions/setup_action_without_commits",
Expand All@@ -147,7 +147,7 @@ export default {
id: {
type: "string",
description: "A level id",
examples: ["L1S1", "L11S12"],
examples: ["1.1", "11.12"],
},
setup: {
allOf: [
Expand Down
1 change: 0 additions & 1 deletionsrc/schema/tutorial.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -217,7 +217,6 @@ export default {
},
required: ["title", "summary", "content"],
},
minItems: 1,
},
},
additionalProperties: false,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp