You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove announcement and reviewable section from README
* Rename sections
* Update installation section to use buildCoreClr.ps1 script
* Move tests in installation section
Copy file name to clipboardExpand all lines: README.md
+72-54
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,36 @@
1
-
[](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1
+
[](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
Announcements
4
-
=============
5
-
6
-
###### [PSScriptAnalyzer 1.7.0 also supports PowerShell on Ubuntu 14.04!](https://www.powershellgallery.com/packages/PSScriptAnalyzer)
-[Contributing to ScriptAnalyzer](#contributing-to-scriptanalyzer)
31
+
-[Code of Conduct](#code-of-conduct)
32
+
33
+
<!-- tocstop -->
14
34
15
35
Introduction
16
36
============
@@ -21,37 +41,35 @@ code defects and suggests possible solutions for improvements.
21
41
PSScriptAnalyzer is shipped with a collection of built-in rules that checks various aspects of PowerShell code such as presence of uninitialized variables, usage of PSCredential Type,
22
42
usage of Invoke-Expression etc. Additional functionalities such as exclude/include specific rules are also supported.
0 commit comments