You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚙️ [Maintenance]: Update super-linter to v8.4.0 (#128)
This pull request primarily updates PowerShell scripts and workflow
configuration to improve code consistency and maintainability. The main
changes focus on standardizing string casing and operator usage,
correcting minor typos, and updating the GitHub Actions linter version.
**PowerShell Script Improvements:**
* Standardized the use of `-replace` and `-split` operators to lowercase
in several scripts.
* Updated the conditional operator from `-NotIn` to `-notin` in
`Build-PSModuleManifest.ps1` for proper PowerShell syntax.
**Typo and Comment Corrections:**
* Fixed typos in comments and attribute justifications, such as changing
"compatability" to "compatibility" and "doesnt" to "does not" in
`Build-PSModuleManifest.ps1` and `Build-PSModuleRootModule.ps1`.
**Workflow Configuration Update:**
* Updated the linter action in `.github/workflows/Linter.yml` to use
`super-linter` version 8.4.0.
**Linter Configuration:**
* Added `.codespellrc` configuration file for codespell linter.
0 commit comments