Skip to content

Commit

Permalink
Updated projects to my latest project template.
Browse files Browse the repository at this point in the history
  • Loading branch information
otac0n committed May 27, 2018
1 parent 00ede60 commit 1e8a8ff
Show file tree
Hide file tree
Showing 19 changed files with 213 additions and 238 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = crlf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{cs}]
indent_size = 4

[*.{csproj,xml,yml,yaml,json,config,props,targets,ruleset}]
indent_size = 2
6 changes: 0 additions & 6 deletions SharedAssemblyInfo.cs

This file was deleted.

8 changes: 8 additions & 0 deletions SharedAssemblyInfo.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<PropertyGroup>
<Authors>John Gietzen</Authors>
<Copyright>Copyright © 2018 $(Authors)</Copyright>
<Product>Weave</Product>
<NeutralLanguage>en-US</NeutralLanguage>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions Strict.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@
<Rule Id="CA1810" Action="None" />
<Rule Id="CA1814" Action="None" />
<Rule Id="CA2104" Action="None" />
<Rule Id="CA2202" Action="None" />
<Rule Id="CA2210" Action="None" />
<Rule Id="CA2243" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0003" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1115" Action="None" />
<Rule Id="SA1116" Action="None" />
<Rule Id="SA1118" Action="None" />
<Rule Id="SA1407" Action="None" />
<Rule Id="SA1600" Action="None" />
<Rule Id="SA1601" Action="None" />
<Rule Id="SA1602" Action="None" />
<Rule Id="SA1629" Action="Warning" />
<Rule Id="SA1652" Action="None" />
</Rules>
</RuleSet>
6 changes: 4 additions & 2 deletions Tests.ruleset
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Tests" Description="A test ruleset based on the Strict ruleset." ToolsVersion="14.0">
<Include Path="strict.ruleset" Action="Default" />
<Include Path="Strict.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1305" Action="None" />
<Rule Id="CA1707" Action="None" />
<Rule Id="CA1822" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1122" Action="None" />
<Rule Id="SA1300" Action="None" />
<Rule Id="SA1401" Action="None" />
<Rule Id="SA1652" Action="None" />
</Rules>
</RuleSet>
</RuleSet>
Loading

0 comments on commit 1e8a8ff

Please sign in to comment.