exercism / exercism/problem-specifications

json schema validation: enforce lowerCamelCase keys

未關閉
#987 15 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
policy
主要語言
Ruby
星號
358
分支
563
平均合併
18 小時 41 分鐘
30 天內合併 PR
2

描述

There is a json schema definition for the `canoncial-data.json` file.
https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json

However this still allows for arbitrary keys containing spaces.
These keys are often used for specifying test input arguments.

https://github.com/exercism/problem-specifications/blob/637cca615dbbb52d61d0a7a74d71c09360bdebf4/exercises/food-chain/canonical-data.json#L21

**Task**

Update the https://github.com/exercism/problem-specifications/blob/master/canonical-schema.json to require all keys to be lowerCamelCase

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。