Commit d0fe1bd
authored
🩹 [Patch]: Add linter config and update license year (#68)
## Description
This pull request includes several updates to the linter configurations
and a minor update to the LICENSE file. The most important changes are
the addition of a new `.jscpd.json` configuration file, updates to the
PowerShell PSScriptAnalyzer settings, and modifications to the GitHub
Actions workflow for linting.
Linter configuration updates:
* Added a new `.jscpd.json` configuration file to set up code
duplication detection with specific settings.
* Updated the `.powershell-psscriptanalyzer.psd1` file to enable and
configure various PowerShell script analysis rules, including alignment,
line length, and indentation settings.
GitHub Actions workflow updates:
* Modified the `.github/workflows/Linter.yml` file to change the linter
action from `github/super-linter` to `super-linter/super-linter` and
added configurations to disable Prettier validation for JSON, Markdown,
and YAML files.
Other changes:
* Updated the `LICENSE` file to reflect the year 2025.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 6cea6ab commit d0fe1bd
6 files changed
Lines changed: 590 additions & 21 deletions
File tree
- .github
- linters
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
10 | 52 | | |
11 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
12 | 56 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 57 | | |
0 commit comments