Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtqqczze <45661989+xtqqczze@users.noreply.github.com>2020-11-18 21:13:09 +0300
committerGitHub <noreply@github.com>2020-11-18 21:13:09 +0300
commit44a701fb51b348f8cdeba323659abe2b625a3716 (patch)
treea57666a1ab0a984ddbedbe14bfab55326539f3a6 /PowerShell.Common.props
parent9ca6be1d6343334f948b710ed6d01ddd9d442419 (diff)
Add StyleCop.Analyzers package (#13963)
* Add StyleCop.Analyzers with all rules disabled * Downgrade to 1.2.0-beta.205 * Enable SA1518: Use line endings correctly at end of file https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index e03bf2cd1a..2e9f8e6f63 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -1,4 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project=".\Analyzers.props" />
<!--
The 'version' property is populated with the default value in 'Microsoft.NET.DefaultAssemblyInfo.targets'