Changed config files: updated settings and versions
68493f0f
Adam Rush
committed
failed
3 changed files
analyzersettings.psd1
/.vscode/analyzersettings.psd1-8+1
/.vscode/analyzersettings.psd1
Add comment 1 @{
Add comment 2 Minus   <#
Add comment 3 Minus   For the custom rules to work, the DscResource.Tests repo must be
Add comment 4 Minus   cloned. It is automatically clone as soon as any unit or
Add comment 5 Minus   integration tests are run.
Add comment 6 Minus   #>
Add comment 7 Minus   # CustomRulePath = '.\DSCResource.Tests\DscResource.AnalyzerRules'
Add comment 8 Minus  
Add comment 9 2 IncludeRules = @(
Add comment 10 Minus   # DSC Resource Kit style guideline rules.
Add comment 3 Plus   # PowerShell Community standard rules
Add comment 11 4 'PSAvoidDefaultValueForMandatoryParameter',
Add comment 12 5 'PSAvoidDefaultValueSwitchParameter',
Add comment 13 6 'PSAvoidInvokingEmptyMembers',
settings.json
/.vscode/settings.json-9+31
/.vscode/settings.json
Add comment 1 // Place your settings in this file to overwrite default and user settings.
Add comment 2 {
Add comment 3 Plus   "editor.rulers": [
Add comment 4 Plus   115
Add comment 5 Plus   ],
Add comment 6 Plus   "debug.toolBarLocation": "docked",
Add comment 7 Plus   "editor.formatOnSave": false,
Add comment 8 Plus   "editor.minimap.enabled": true,
Add comment 9 Plus   "editor.tabCompletion": "on",
Add comment 10 Plus   "editor.tabSize": 4,
Add comment 11 Plus   "editor.trimAutoWhitespace": true,
Add comment 12 Plus   "files.autoSave": "off",
Add comment 13 Plus   "files.defaultLanguage": "powershell",
Add comment 14 Plus   "files.insertFinalNewline": true,
Add comment 15 Plus   "files.trimTrailingWhitespace": true,
Add comment 16 Plus   "git.confirmSync": false,
Add comment 17 Plus   "gitlens.codeLens.enabled": true,
Add comment 18 Plus   "gitlens.keymap": "chorded",
Add comment 19 Plus   "gitlens.views.fileHistory.enabled": true,
Add comment 20 Plus   "gitlens.views.lineHistory.enabled": true,
Add comment 21 Plus   "gitlens.views.repositories.files.layout": "auto",
Add comment 22 Plus   "markdown.extension.orderedList.marker": "one",
Add comment 23 Plus   "powershell.codeFormatting.ignoreOneLineBlock": true,
Add comment 24 Plus   "powershell.codeFormatting.newLineAfterCloseBrace": true,
Add comment 25 Plus   "powershell.codeFormatting.newLineAfterOpenBrace": false,
Add comment 3 26 "powershell.codeFormatting.openBraceOnSameLine": true,
Add comment 4 Minus   "powershell.codeFormatting.newLineAfterOpenBrace": false,
Add comment 5 Minus   "powershell.codeFormatting.newLineAfterCloseBrace": true,
Add comment 27 Plus   "powershell.codeFormatting.preset": "OTBS",
Add comment 28 Plus   "powershell.codeFormatting.whitespaceAfterSeparator": true,
Add comment 29 Plus   "powershell.codeFormatting.whitespaceAroundOperator": true,
Add comment 6 30 "powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
Add comment 7 31 "powershell.codeFormatting.whitespaceBeforeOpenParen": true,
Add comment 8 Minus   "powershell.codeFormatting.whitespaceAroundOperator": true,
Add comment 9 Minus   "powershell.codeFormatting.whitespaceAfterSeparator": true,
Add comment 10 Minus   "powershell.codeFormatting.ignoreOneLineBlock": true,
Add comment 11 Minus   "powershell.codeFormatting.preset": "Custom",
Add comment 12 Minus   "files.trimTrailingWhitespace": true,
Add comment 13 Minus   "files.insertFinalNewline": true,
Add comment 14 Minus   "powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1"
Add comment 32 Plus   "powershell.integratedConsole.focusConsoleOnExecute": false,
Add comment 33 Plus   "powershell.integratedConsole.showOnStartup": false,
Add comment 34 Plus   "powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1",
Add comment 35 Plus   "terminal.integrated.copyOnSelection": true,
Add comment 36 Plus   "terminal.integrated.rendererType": "dom"
Add comment 15 37 }
Add comment 16 38
psvcloud.depend.psd1
/Build/psvcloud.depend.psd1-1+1
/Build/psvcloud.depend.psd1
Add comment 17 BuildHelpers = '2.0.1'
Add comment 18 Pester = '4.4.2'
Add comment 19 PlatyPS = '0.12.0'
Add comment 20 Minus   psake = '4.7.4'
Add comment 20 Plus   psake = '4.7.5'
Add comment 21 PSDeploy = '1.0.1'
Add comment 22 PSScriptAnalyzer = '1.17.1'
Add comment 23 'VMware.VimAutomation.Cloud' = '11.0.0.10379994'