Skip to content

Commit 5c1c9ba

Browse files
🩹 [Patch]: Simplify source code structure (#5)
## Description - Simplify source code structure ## 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 df0bdae commit 5c1c9ba

File tree

8 files changed

+17
-35
lines changed

8 files changed

+17
-35
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/PowerShellGallery/PowerShellGallery.psd1

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

src/PowerShellGallery/PowerShellGallery.psm1

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

src/PowerShellGallery/private/Update-PSGalleryResourceListing.ps1 renamed to src/private/Update-PSGalleryResourceListing.ps1

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)