Browse Source

Temporarily disable StyleCops until all the fixes are impl'd

tags/2.3.0
Still Hsu 4 years ago
parent
commit
36de7b25f3
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      StyleAnalyzer.targets

+ 2
- 2
StyleAnalyzer.targets View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<!-- <ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.205" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
</PropertyGroup> -->
</Project>

Loading…
Cancel
Save