Skip to content

Commit

Permalink
🩹 [Patch]: Simplify source code structure (#7)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MariusStorhaug authored Mar 30, 2024
1 parent 93e427c commit 5dbd5bd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 35 deletions.
17 changes: 17 additions & 0 deletions .github/linters/.powershell-psscriptanalyzer.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#Documentation: https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Cmdlets/Invoke-ScriptAnalyzer.md#-settings
@{
#CustomRulePath='path\to\CustomRuleModule.psm1'
#RecurseCustomRulePath='path\of\customrules'
#Severity = @(
# 'Error'
# 'Warning'
#)
#IncludeDefaultRules=${true}
ExcludeRules = @(
'PSMissingModuleManifestField'
)
#IncludeRules = @(
# 'PSAvoidUsingWriteHost',
# 'MyCustomRuleName'
#)
}
3 changes: 0 additions & 3 deletions src/NerdFonts/NerdFonts.psd1

This file was deleted.

32 changes: 0 additions & 32 deletions src/NerdFonts/NerdFonts.psm1

This file was deleted.

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

0 comments on commit 5dbd5bd

Please sign in to comment.