feat : Edit Issue content during sync-projectItemStaged - #136
72 new alerts
New alerts in code changed by this pull request
- 24 warnings
- 48 notes
Alerts not introduced by this pull request might have been detected because the code changes were too large.
See annotations below for details.
Annotations
Check notice on line 266 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 301 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 312 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 333 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 347 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 355 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 383 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 387 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 393 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 407 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 411 in Test/public/project_item.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 304 in Test/public/project_items_staged.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 398 in Test/public/project_items_staged.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 817 in Test/public/project_items_staged.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 328 in Test/public/project_items_staged_Async.test.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 18 in private/invokeRestMethord.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check warning on line 10 in private/item/convertItemToHash.ps1
Code scanning / PSScriptAnalyzer
Use literal initializer, @{{}}, for creating a hashtable as they are case-insensitive by default Warning
Check notice on line 65 in private/item/convertItemToHash.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Convert-NodeItemToHash' returns an object of type 'System.Collections.Hashtable' but this type is not declared in the OutputType attribute. Note
Check notice on line 51 in private/projectDatabase/project_database_Async.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check warning on line 37 in private/projectDatabase/project_database_Item.ps1
Code scanning / PSScriptAnalyzer
'Set-Item' is a cmdlet that is included with PowerShell (version core-6.1.0-windows) whose definition should not be overridden Warning
Check warning on line 37 in private/projectDatabase/project_database_Item.ps1
Code scanning / PSScriptAnalyzer
Function 'Set-Item' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning
Check warning on line 42 in private/projectDatabase/project_database_Item.ps1
Code scanning / PSScriptAnalyzer
Command accepts pipeline input but has not defined a process block. Warning
Check warning on line 55 in private/projectDatabase/project_database_Item.ps1
Code scanning / PSScriptAnalyzer
Function 'Set-ItemValue' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning
Check notice on line 44 in private/projectDatabase/project_database_Sync.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check warning on line 85 in private/projectDatabase/project_database_Sync.ps1
Code scanning / PSScriptAnalyzer
Function 'Remove-ItemStaged' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning