refactor(Project): enhance logging and parameter handling - #213
10 new alerts
New alerts in code changed by this pull request
- 9 warnings
- 1 note
See annotations below for details.
Annotations
Check warning on line 344 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'get-DebugSections' uses a plural noun. A singular noun should be used instead. Warning
Check warning on line 351 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
Function 'set-DebugSections' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning
Check warning on line 351 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'set-DebugSections' uses a plural noun. A singular noun should be used instead. Warning
Check warning on line 363 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
Function 'set-LogFile' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning
Check warning on line 368 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'get-VerboseSections' uses a plural noun. A singular noun should be used instead. Warning
Check warning on line 375 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
Function 'set-VerboseSections' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning
Check warning on line 375 in include/MyWrite.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'set-VerboseSections' uses a plural noun. A singular noun should be used instead. Warning
Check warning on line 67 in public/issues/Add-ProjectSubIssue.ps1
Code scanning / PSScriptAnalyzer
Command accepts pipeline input but has not defined a process block. Warning
Check warning on line 67 in public/issues/Add-ProjectSubIssue.ps1
Code scanning / PSScriptAnalyzer
Command accepts pipeline input but has not defined a process block. Warning
Check notice on line 61 in public/items/use_order.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note