mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
fix powershell again
This commit is contained in:
parent
f88db68011
commit
8f258a0f8c
2 changed files with 0 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
||||||
# - Test Parameters: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/test-toolkit#test-parameters
|
# - Test Parameters: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/test-toolkit#test-parameters
|
||||||
# - Test Cases: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/test-cases
|
# - Test Cases: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/test-cases
|
||||||
@{
|
@{
|
||||||
# Version number of this module.
|
|
||||||
ModuleVersion = '0.0.1'
|
|
||||||
# Test = @(
|
# Test = @(
|
||||||
# 'Parameters Property Must Exist',
|
# 'Parameters Property Must Exist',
|
||||||
# 'Parameters Must Be Referenced',
|
# 'Parameters Must Be Referenced',
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/markdown/Invoke-ScriptAnalyzer.md#-settings
|
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/markdown/Invoke-ScriptAnalyzer.md#-settings
|
||||||
@{
|
@{
|
||||||
# Version number of this module.
|
|
||||||
ModuleVersion = '0.0.1'
|
|
||||||
#CustomRulePath='path\to\CustomRuleModule.psm1'
|
#CustomRulePath='path\to\CustomRuleModule.psm1'
|
||||||
#RecurseCustomRulePath='path\of\customrules'
|
#RecurseCustomRulePath='path\of\customrules'
|
||||||
#Severity = @(
|
#Severity = @(
|
||||||
|
|
Loading…
Reference in a new issue