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/Debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.7
Choose a base ref
...
head repository: PSModule/Debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 16, 2025

  1. 🩹 [Patch]: Add linters config and update .gitignore (#8)

    ## Description
    
    This pull request includes several updates to configuration files and
    linters, along with a license year update. The most important changes
    are grouped by theme below:
    
    ### Linter Configuration Updates:
    
    *
    [`.github/linters/.jscpd.json`](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6R1-R10):
    Added a new configuration file for JSCPD to set a threshold of 0,
    specify reporters, and ignore test files.
    *
    [`.github/linters/.markdown-lint.yml`](diffhunk://#diff-2fd3619d2b7372123257bc21645edb90c24293e66babbc6053033a89e21bab34R1-R25):
    Added a new configuration file for Markdown linting with specific rules
    for unordered list style, indentation, line length, punctuation, ordered
    list item prefix, inline HTML, and emphasis.
    *
    [`.github/linters/.powershell-psscriptanalyzer.psd1`](diffhunk://#diff-aae69c9d6774628ed181eacf53aee0f38eb6c2f53492cf3a5b7f7bdb6ef43b6aR1-R56):
    Added a new configuration file for PowerShell Script Analyzer with rules
    for alignment, line length, semicolons, brace placement, comment help,
    indentation, and whitespace consistency.
    
    ### Workflow Changes:
    
    *
    [`.github/workflows/Linter.yml`](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L27-R30):
    Updated the linter action to use the latest version of
    `super-linter/super-linter` and disabled Prettier validation for JSON,
    Markdown, and YAML.
    
    ### Miscellaneous:
    
    *
    [`.gitattributes`](diffhunk://#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393eR1-R15):
    Added attributes to handle line endings for various file types and
    ensure binary files are treated correctly.
    *
    [`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
    2883b65 View commit details
    Browse the repository at this point in the history
  2. 🩹 [Patch]: Clean up call to main.ps1 (#9)

    ## Description
    
    This pull request includes a small change to the `action.yml` file. The
    change modifies the script execution method from sourcing the script to
    directly running it.
    
    Changes in `runs:` in file `action.yml`:
    
    * Modified the script execution method from sourcing the script (`. "${{
    github.action_path }}\scripts\main.ps1"`) to directly running it (`${{
    github.action_path }}\scripts\main.ps1`).
    
    ## 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
    ede86e5 View commit details
    Browse the repository at this point in the history
Loading