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

[A04]特定の拡張子を持つアセットの検出 #70

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

[A04]特定の拡張子を持つアセットの検出 #70

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 A04
クラス名 AssetExtentionBlacklistRule
ルール 特定の拡張子を持つアセットの検出
検証対象 ベースフォルダ内アセット
非アクティブオブジェクトの扱い -
拡張設定 拡張子のstring[]
デフォルト値 なし
備考  

[サンプル]

[Validation]
public IRule assetExtentionBlacklistRule = new AssetExtentionBlacklistRule("[A04]アセット拡張子ルール", new string[] { ".txt", ".md" });
@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
@Kozu-vr Kozu-vr self-assigned this Jun 15, 2019
@Kozu-vr Kozu-vr moved this from To do to In progress in 1.0.0 Jun 15, 2019
Kozu-vr added a commit that referenced this issue Jun 16, 2019
#70
AssetExtentionBlacklistRule
@Kozu-vr Kozu-vr mentioned this issue Jun 16, 2019
Kozu-vr added a commit that referenced this issue Jun 16, 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
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

1 participant