Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 [Patch]: Update linter and git configuration and license year (#3)
## Description This pull request includes several changes to the configuration files for linters and a minor update to the license file. ### Linter Configuration Updates: * Added a new configuration file for `jscpd` to set a threshold of 0, specify the reporter as `consoleFull`, and ignore test files. (`.github/linters/.jscpd.json`) * Updated the `PSScriptAnalyzer` configuration to enable specific rules and set their parameters, including alignment, line length, semicolon usage, brace placement, and whitespace consistency. (`.github/linters/.powershell-psscriptanalyzer.psd1`) * Modified the `Linter.yml` workflow to disable JSON Prettier validation. (`.github/workflows/Linter.yml`) ### License Update: * Updated the copyright year in the `LICENSE` file from 2024 to 2025. (`LICENSE`) ## 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