We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b68309 commit b9e0536Copy full SHA for b9e0536
lib/tasks/dojos.rake
@@ -57,7 +57,7 @@ namespace :dojos do
57
58
# YAML にある各 Dojo データが有効かどうか検証し、無効なら raise する
59
def raise_if_invalid_dojo(dojo)
60
- # order は必ず6桁になる https://www.soumu.go.jp/denshijiti/code.html
+ # order は6桁で、String として格納される(左ゼロ詰めに対応するため)
61
invalid_order = <<~ERROR_MESSAGE
62
全国地方公共団体コード (order) は必ず6桁のコード (String) になります。内容を再度ご確認ください。
63
https://www.soumu.go.jp/denshijiti/code.html
0 commit comments