🩹 [Patch]: Update linter and git config #34
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes several changes to configuration files and linters to improve code quality and standardize settings across the project. The most important changes include updates to
.gitattributes
, the addition of new linter configuration files, and modifications to the GitHub workflow for linting.Linter configuration updates:
.github/linters/.jscpd.json
: Added configuration for JavaScript Copy/Paste Detector (jscpd) to ignore test files and set the threshold to 0..github/linters/.markdown-lint.yml
: Added configuration for markdown linting rules, including custom settings for unordered list style, line length, and inline HTML..github/linters/.powershell-psscriptanalyzer.psd1
: Added configuration for PowerShell Script Analyzer with rules for consistent indentation, whitespace, and comment help.GitHub workflow update:
.github/workflows/Linter.yml
: Modified the linter job to use the latest version of super-linter and updated environment variables to disable JSON, Markdown, and YAML prettier validation.File attribute settings:
.gitattributes
: Added settings to enforce line endings and treat certain file types as binary.Type of change
Checklist