Skip to content

Commit 76e30b6

Browse files
committed
refactor: remove redundant comments in style test file
1 parent 850462d commit 76e30b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/Tests/StyleTest/FileNameIssueStyleViolationTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace CodeStyleExample
55
{
6-
// クラス名はPascalCaseが推奨されているが、lowercase名を使った例(スタイル違反)
76
public class FileNameIssueStyleViolationTest
87
{
98
// メンバー変数の命名規則違反(推奨: _camelCase または PascalCase)
@@ -48,7 +47,5 @@ public void CorrectConditionCheck(int value)
4847

4948
// 正しいプロパティ定義
5049
public int MyProperty { get; set; } = 100;
51-
52-
// 最後に改行がない(スタイル違反: `insert_final_newline=true`)
5350
}
5451
}

0 commit comments

Comments
 (0)