Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-91: Normalize line endings to auto across all submodules #50

Merged
merged 7 commits into from
Apr 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.vs/
.idea/
.vscode/
obj/
bin/
artifacts/
Comment on lines 1 to 6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very economic 😁

Expand Down
2 changes: 1 addition & 1 deletion General.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,4 @@
<Rule Id="SX1101" Action="Warning" />
<Rule Id="SX1309S" Action="Warning" />
</Rules>
</RuleSet>
</RuleSet>
30 changes: 15 additions & 15 deletions Orchard1.ruleset
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Orchard 1 C# rules" ToolsVersion="16.0">
<Include Path="OrchardCore.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<Rule Id="CA1016" Action="None" />
<Rule Id="CA3147" Action="None" />
</Rules>
<Rules AnalyzerId="SecurityCodeScan" RuleNamespace="SecurityCodeScan">
<Rule Id="SCS0016" Action="None" />
</Rules>
<Rules AnalyzerId="SonarAnalyzer.CSharp" RuleNamespace="SonarAnalyzer.CSharp">
<Rule Id="S3904" Action="None" />
<Rule Id="S4564" Action="None" />
</Rules>
</RuleSet>
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Orchard 1 C# rules" ToolsVersion="16.0">
<Include Path="OrchardCore.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<Rule Id="CA1016" Action="None" />
<Rule Id="CA3147" Action="None" />
</Rules>
<Rules AnalyzerId="SecurityCodeScan" RuleNamespace="SecurityCodeScan">
<Rule Id="SCS0016" Action="None" />
</Rules>
<Rules AnalyzerId="SonarAnalyzer.CSharp" RuleNamespace="SonarAnalyzer.CSharp">
<Rule Id="S3904" Action="None" />
<Rule Id="S4564" Action="None" />
</Rules>
</RuleSet>
2 changes: 1 addition & 1 deletion OrchardCore.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
<Rule Id="CA5391" Action="Hidden" />
<Rule Id="CA5395" Action="Hidden" />
</Rules>
</RuleSet>
</RuleSet>
2 changes: 1 addition & 1 deletion VisualStudioExtension.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<Rules AnalyzerId="Microsoft.VisualStudio.Threading.Analyzers.CSharp" RuleNamespace="Microsoft.VisualStudio.Threading.Analyzers.CSharp">
<Rule Id="VSTHRD002" Action="Warning" />
</Rules>
</RuleSet>
</RuleSet>