Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[A01]アセット名の使用禁止文字の検出 #67

Closed
Kozu-vr opened this issue Jun 9, 2019 · 0 comments
Closed

[A01]アセット名の使用禁止文字の検出 #67

Kozu-vr opened this issue Jun 9, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Validator VitDeck機能の一つ。対象が設定されたルールに従っているか検証します。
Projects
Milestone

Comments

@Kozu-vr
Copy link
Contributor

Kozu-vr commented Jun 9, 2019

#58 個別ルールの実装

項目
セクション Asset
ID A01
クラス名 AssetNamingRule
ルール アセット名の使用禁止文字の検出
検証対象 ベースフォルダ内アセット
非アクティブオブジェクトの扱い -
拡張設定 許可文字列の正規表現文字列
デフォルト値 "[\x21-\x7e ]+"
備考 デフォルトではascii文字のみ許可

[サンプル]

[Validation]
public IRule assetNamingRule = new AssetNamingRule("アセット名ルール(半角英数,`_`,`-`,`.`のみ)", @"[a-zA-Z0-9 _\.\-]+");
@Kozu-vr Kozu-vr added enhancement New feature or request Validator VitDeck機能の一つ。対象が設定されたルールに従っているか検証します。 labels Jun 9, 2019
@Kozu-vr Kozu-vr added this to the 1.0.0 milestone Jun 9, 2019
@Kozu-vr Kozu-vr added this to To do in 1.0.0 Jun 9, 2019
@sktkkoo sktkkoo self-assigned this Jun 9, 2019
@Kozu-vr Kozu-vr moved this from To do to In progress in 1.0.0 Jun 9, 2019
@Kozu-vr Kozu-vr moved this from In progress to Done in 1.0.0 Jun 16, 2019
@Kozu-vr Kozu-vr closed this as completed Jun 23, 2019
sokuhatiku added a commit that referenced this issue Sep 2, 2021
メニューアイテムのコメントアウトを解除し、スクリプティング定義のシンボル「VITDECK_HIDE_MENUITEM」が存在する場合に非表示とするように
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Validator VitDeck機能の一つ。対象が設定されたルールに従っているか検証します。
Projects
No open projects
1.0.0
  
Done
Development

No branches or pull requests

2 participants