Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Publish-PSModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: PSModule/Publish-PSModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Feb 16, 2025

  1. 🩹 [Patch]: Update linter and git configuration (#47)

    ## Description
    
    This pull request includes updates to the configuration files for
    various linters and a minor update to the LICENSE file. The most
    important changes include the addition of a new configuration file for
    JSCPD, updates to the PowerShell PSScriptAnalyzer settings, and a
    modification to the GitHub workflow for super-linter.
    
    Linter configuration updates:
    
    *
    [`.github/linters/.jscpd.json`](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6R1-R10):
    Added a new configuration file for JSCPD to set the threshold to 0,
    specify reporters, and ignore test files.
    *
    [`.github/linters/.powershell-psscriptanalyzer.psd1`](diffhunk://#diff-aae69c9d6774628ed181eacf53aee0f38eb6c2f53492cf3a5b7f7bdb6ef43b6aL1-L16):
    Updated the PSScriptAnalyzer settings to enable specific rules and
    configure their parameters, while also excluding certain rules.
    
    GitHub workflow update:
    
    *
    [`.github/workflows/Linter.yml`](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79R30):
    Disabled JSON Prettier validation in the super-linter GitHub workflow.
    
    Minor update:
    
    *
    [`LICENSE`](diffhunk://#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7L3-R3):
    Updated the copyright year from 2024 to 2025.
    
    ## 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
    MariusStorhaug authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    2fa2eb6 View commit details
    Browse the repository at this point in the history
Loading