-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
30,207 additions
and
30,199 deletions.
There are no files selected for viewing
555 changes: 277 additions & 278 deletions
555
Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# This file is part of the cv4pve-api-powershell https://github.com/Corsinvest/cv4pve-api-powershell, | ||
# | ||
# This source file is available under two different licenses: | ||
# - GNU General Public License version 3 (GPLv3) | ||
# - Corsinvest Enterprise License (CEL) | ||
# Full copyright and license information is available in | ||
# LICENSE.md which is distributed with this source code. | ||
# | ||
# Copyright (C) 2020 Corsinvest Srl GPLv3 and CEL | ||
# SPDX-FileCopyrightText: Copyright Corsinvest Srl | ||
# SPDX-License-Identifier: GPL-3.0-only | ||
|
||
Get-ChildItem -Path Corsinvest.ProxmoxVE.Api -Filter "*.psm1" -Recurse | Invoke-ScriptAnalyzer | ||
Import-Module PSScriptAnalyzer | ||
|
||
Get-ChildItem -Path Corsinvest.ProxmoxVE.Api -Filter "*.psm1" -Recurse | Invoke-ScriptAnalyzer -ExcludeRule PSUseSingularNouns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# SPDX-FileCopyrightText: Copyright Corsinvest Srl | ||
# SPDX-License-Identifier: GPL-3.0-only | ||
|
||
Build-PveDocumentation -OutputFile .\doc\index.html -TemplateFile .\help-out-html.ps1 |
Oops, something went wrong.