Skip to content

Commit cc39006

Browse files
🩹 [Patch]: Align (#4)
## Description - Align ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] πŸ“– [Docs] - [ ] πŸͺ² [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] πŸš€ [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent a5ab13a commit cc39006

26 files changed

+73
-80
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Cmdlets/Invoke-ScriptAnalyzer.md#-settings
2+
@{
3+
#CustomRulePath='path\to\CustomRuleModule.psm1'
4+
#RecurseCustomRulePath='path\of\customrules'
5+
#Severity = @(
6+
# 'Error'
7+
# 'Warning'
8+
#)
9+
#IncludeDefaultRules=${true}
10+
ExcludeRules = @(
11+
'PSMissingModuleManifestField'
12+
)
13+
#IncludeRules = @(
14+
# 'PSAvoidUsingWriteHost',
15+
# 'MyCustomRuleName'
16+
#)
17+
}

β€Žsrc/PSModule/PSModule.psm1β€Ž

Lines changed: 0 additions & 32 deletions
This file was deleted.

β€Žsrc/PSModule/modules/OtherPSModule.psm1β€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
Β (0)