上传新的package
This commit is contained in:
10
Assets/09.CodeChecker/Editor/Rules/ICheckable.cs
Normal file
10
Assets/09.CodeChecker/Editor/Rules/ICheckable.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
||||
|
||||
namespace wvdet.CodeChecker
|
||||
{
|
||||
public interface ICheckable
|
||||
{
|
||||
List<Detail> Check(string filepath, CompilationUnitSyntax root);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user