diff --git a/common/GitHub.ruleset b/common/codeanalysis-full.ruleset similarity index 95% rename from common/GitHub.ruleset rename to common/codeanalysis-full.ruleset index 2af654c27..0985eed76 100644 --- a/common/GitHub.ruleset +++ b/common/codeanalysis-full.ruleset @@ -1,5 +1,5 @@  - + diff --git a/common/codeanalysis-small.ruleset b/common/codeanalysis-small.ruleset new file mode 100644 index 000000000..b380093ab --- /dev/null +++ b/common/codeanalysis-small.ruleset @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/GitHub.Api/GitHub.Api.csproj b/src/GitHub.Api/GitHub.Api.csproj index 90f473d71..e0e4bfb24 100644 --- a/src/GitHub.Api/GitHub.Api.csproj +++ b/src/GitHub.Api/GitHub.Api.csproj @@ -27,7 +27,7 @@ prompt 4 false - MinimumRecommendedRules.ruleset + ..\..\common\codeanalysis-small.ruleset false true diff --git a/src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj b/src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj index f95b6738d..10fdc5e63 100644 --- a/src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj +++ b/src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj @@ -23,7 +23,7 @@ prompt 4 false - $(SolutionDir)common\GitHub.ruleset + ..\..\..\..\..\common\codeanalysis-small.ruleset 4