Skip to content

Commit

Permalink
Merge pull request #28 from andrewrdavidson/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
andrewrdavidson authored Apr 29, 2021
2 parents 10dfccc + 061e650 commit 2e5d935
Show file tree
Hide file tree
Showing 90 changed files with 4,495 additions and 6,039 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# EditorConfig is awesome: http://EditorConfig.org
#
# Copied from https://github.com/PowerShell/PowerShellEditorServices/blob/master/.editorconfig

# top-most EditorConfig file
root = true

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

[*.{cs}]
indent_size = 4
trim_trailing_whitespace = true

[*.{json}]
indent_size = 2
trim_trailing_whitespace = true

[*.{ps1,psm1,psd1}]
indent_size = 4
trim_trailing_whitespace = true

[*.{ps1xml,props,xml,yaml}]
indent_size = 2
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/build
/artifacts

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "HelpRules/InjectionHunter"]
path = HelpRules/InjectionHunter
url = https://github.com/matt2005/InjectionHunter
[submodule "HelpRules/ScriptAnalyzerRules"]
path = HelpRules/ScriptAnalyzerRules
url = https://github.com/indented-automation/ScriptAnalyzerRules
[submodule "HelpRules/PSScriptAnalyzer"]
path = HelpRules/PSScriptAnalyzer
url = https://github.com/PowerShell/PSScriptAnalyzer
6 changes: 6 additions & 0 deletions .psqcignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/*.Tests.ps1
**/*.Checks.ps1
Extraction.ps1
*.psd1
**/data/**
**/bin/**
53 changes: 0 additions & 53 deletions Build/Build.Properties.json

This file was deleted.

239 changes: 0 additions & 239 deletions Build/Invoke-Build.ps1

This file was deleted.

Loading

0 comments on commit 2e5d935

Please sign in to comment.